2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix invisible passcode field.

Regression was introduced in fd8ae60dc.
This commit is contained in:
John Preston
2020-02-11 13:01:08 +04:00
parent 5171c0bd77
commit bcd0fe38f0
6 changed files with 12 additions and 23 deletions

View File

@@ -833,12 +833,8 @@ void MainWindow::psFirstShow() {
if (Global::WorkMode().value() == dbiwmTrayOnly
|| Global::WorkMode().value() == dbiwmWindowAndTray) {
hide();
} else {
show();
}
showShadows = false;
} else {
show();
}
setPositionInited();