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