mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Remove some App::wnd() occurences.
This commit is contained in:
@@ -776,7 +776,7 @@ void MainWindow::closeEvent(QCloseEvent *e) {
|
||||
App::quit();
|
||||
} else {
|
||||
e->ignore();
|
||||
if (!AuthSession::Exists() || !Ui::hideWindowNoQuit()) {
|
||||
if (!AuthSession::Exists() || !hideNoQuit()) {
|
||||
App::quit();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user