mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Pushed fix for config folder on linux
This commit is contained in:
@@ -122,7 +122,7 @@ namespace Nuake {
|
||||
#endif
|
||||
|
||||
#ifdef NK_LINUX
|
||||
path = "~/.config/";
|
||||
path = "~/.config";
|
||||
#endif
|
||||
|
||||
return path;
|
||||
|
||||
Reference in New Issue
Block a user