mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replace SingleTimer with base::Timer.
This commit is contained in:
@@ -714,7 +714,7 @@ void MainWindow::toggleDisplayNotifyFromTray() {
|
||||
}
|
||||
|
||||
void MainWindow::closeEvent(QCloseEvent *e) {
|
||||
if (Sandbox::isSavingSession()) {
|
||||
if (Core::App().isSavingSession()) {
|
||||
e->accept();
|
||||
App::quit();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user