mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
GODT-2275: fixed location of bridge-gui log files.
This commit is contained in:
@ -149,7 +149,7 @@ QString userDataDir() {
|
||||
folder = QDir(dir).absoluteFilePath(configFolder);
|
||||
QDir().mkpath(folder);
|
||||
#else
|
||||
folder = userCacheDir();
|
||||
folder = userConfigDir();
|
||||
#endif
|
||||
|
||||
return folder;
|
||||
|
||||
Reference in New Issue
Block a user