mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-01 21:12:11 -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 += "/";
|
||||
#endif
|
||||
|
||||
#ifdef QT_DEBUG
|
||||
userPath += "keepassxc_debug.ini";
|
||||
#else
|
||||
userPath += "keepassxc.ini";
|
||||
#endif
|
||||
|
||||
init(userPath);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue