mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-17 19:54:33 -05:00
load a different config with debug option, close #290
This commit is contained in:
parent
03ab20a4b8
commit
2ad5e6f06a
@ -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