mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fix minimized start.
This commit is contained in:
parent
176f3ea15c
commit
7828288660
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue