mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 22:19:00 -04:00
Merge pull request #326 from keepassxreboot/feature/debug-config-file
Load a different config when debug option enabled
This commit is contained in:
commit
5adc1a12dd
1 changed files with 4 additions and 0 deletions
|
@ -75,7 +75,11 @@ Config::Config(QObject* parent)
|
||||||
userPath += "/";
|
userPath += "/";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef QT_DEBUG
|
||||||
|
userPath += "keepassxc_debug.ini";
|
||||||
|
#else
|
||||||
userPath += "keepassxc.ini";
|
userPath += "keepassxc.ini";
|
||||||
|
#endif
|
||||||
|
|
||||||
init(userPath);
|
init(userPath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue