mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -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
@ -75,7 +75,11 @@ Config::Config(QObject* parent)
|
||||
userPath += "/";
|
||||
#endif
|
||||
|
||||
#ifdef QT_DEBUG
|
||||
userPath += "keepassxc_debug.ini";
|
||||
#else
|
||||
userPath += "keepassxc.ini";
|
||||
#endif
|
||||
|
||||
init(userPath);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user