Skip to content

Commit

Permalink
Fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
intika authored and droidmonkey committed Nov 23, 2019
1 parent 604a187 commit 3183624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Bootstrap.cpp
Expand Up @@ -109,7 +109,7 @@ namespace Bootstrap
#ifdef Q_OS_WIN
mainWindow.showMinimized();
#else
mainWindow.hideWindow();
mainWindow.hideWindow();
#endif
} else {
mainWindow.bringToFront();
Expand Down

0 comments on commit 3183624

Please sign in to comment.