Fix minimized start.
This commit is contained in:
parent
176f3ea15c
commit
7828288660
|
@ -132,7 +132,7 @@ void MainWindow::applyInitialWorkMode() {
|
|||
DEBUG_LOG(("Window Pos: First show, setting maximized."));
|
||||
setWindowState(Qt::WindowMaximized);
|
||||
}
|
||||
if (!cStartInTray()
|
||||
if (cStartInTray()
|
||||
|| (cLaunchMode() == LaunchModeAutoStart
|
||||
&& cStartMinimized()
|
||||
&& !Core::App().passcodeLocked())) {
|
||||
|
|
Loading…
Reference in New Issue