mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
Other: fix build on other OS than linux... Ooops
This commit is contained in:
@ -149,7 +149,7 @@ QString userDataDir()
|
||||
dir += "/.local/share";
|
||||
}
|
||||
#else
|
||||
dir = userCacheDir()
|
||||
dir = userCacheDir();
|
||||
#endif
|
||||
|
||||
QString const folder = QDir(dir).absoluteFilePath(configFolder);
|
||||
|
||||
Reference in New Issue
Block a user