Pushed fix for config folder on linux

This commit is contained in:
Antoine Pilote
2023-10-01 14:00:47 -04:00
parent 3389886a1f
commit 791e864c90

View File

@@ -122,7 +122,7 @@ namespace Nuake {
#endif
#ifdef NK_LINUX
path = "~/.config/";
path = "~/.config";
#endif
return path;