mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
load a different config with debug option, close #290
This commit is contained in:
@@ -75,7 +75,11 @@ Config::Config(QObject* parent)
|
||||
userPath += "/";
|
||||
#endif
|
||||
|
||||
#ifdef QT_DEBUG
|
||||
userPath += "keepassxc_debug.ini";
|
||||
#else
|
||||
userPath += "keepassxc.ini";
|
||||
#endif
|
||||
|
||||
init(userPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user