mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 19:46:06 -04:00
Set test locale to C
This commit is contained in:
parent
aace1dc913
commit
0acb15de0f
10 changed files with 15 additions and 14 deletions
|
@ -176,7 +176,7 @@ int main(int argc, char** argv)
|
|||
QGuiApplication::setDesktopFileName(app.property("KPXC_QUALIFIED_APPNAME").toString() + QStringLiteral(".desktop"));
|
||||
#endif
|
||||
|
||||
Application::bootstrap();
|
||||
Application::bootstrap(config()->get(Config::GUI_Language).toString());
|
||||
|
||||
MainWindow mainWindow;
|
||||
#ifdef Q_OS_WIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue