mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +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";
|
dir += "/.local/share";
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
dir = userCacheDir()
|
dir = userCacheDir();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QString const folder = QDir(dir).absoluteFilePath(configFolder);
|
QString const folder = QDir(dir).absoluteFilePath(configFolder);
|
||||||
|
|||||||
Reference in New Issue
Block a user