mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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."));
|
DEBUG_LOG(("Window Pos: First show, setting maximized."));
|
||||||
setWindowState(Qt::WindowMaximized);
|
setWindowState(Qt::WindowMaximized);
|
||||||
}
|
}
|
||||||
if (!cStartInTray()
|
if (cStartInTray()
|
||||||
|| (cLaunchMode() == LaunchModeAutoStart
|
|| (cLaunchMode() == LaunchModeAutoStart
|
||||||
&& cStartMinimized()
|
&& cStartMinimized()
|
||||||
&& !Core::App().passcodeLocked())) {
|
&& !Core::App().passcodeLocked())) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue