Other: fix build on other OS than linux... Ooops

This commit is contained in:
Romain LE JEUNE
2022-11-18 19:27:58 +01:00
parent 2006984b47
commit 5e8e92b765

View File

@ -149,7 +149,7 @@ QString userDataDir()
dir += "/.local/share";
}
#else
dir = userCacheDir()
dir = userCacheDir();
#endif
QString const folder = QDir(dir).absoluteFilePath(configFolder);