Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Bootstrap.cpp')
-rw-r--r--src/core/Bootstrap.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/Bootstrap.cpp b/src/core/Bootstrap.cpp
index 3f5a67a05..797bd4e54 100644
--- a/src/core/Bootstrap.cpp
+++ b/src/core/Bootstrap.cpp
@@ -101,11 +101,7 @@ namespace Bootstrap
{
// start minimized if configured
if (config()->get(Config::GUI_MinimizeOnStartup).toBool()) {
-#ifdef Q_OS_WIN
- mainWindow.showMinimized();
-#else
mainWindow.hideWindow();
-#endif
} else {
mainWindow.bringToFront();
}