diff --git a/src/core/Config.cpp b/src/core/Config.cpp index 03b5e4755..d5365d7c1 100644 --- a/src/core/Config.cpp +++ b/src/core/Config.cpp @@ -75,7 +75,11 @@ Config::Config(QObject* parent) userPath += "/"; #endif +#ifdef QT_DEBUG + userPath += "keepassxc_debug.ini"; +#else userPath += "keepassxc.ini"; +#endif init(userPath); }