mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Moved showLogoutConfirmation from MainWindow to Window::Controller.
This commit is contained in:
@@ -210,7 +210,7 @@ void FillMenu(
|
||||
}
|
||||
addAction(
|
||||
tr::lng_settings_logout(tr::now),
|
||||
[=] { window->widget()->showLogoutConfirmation(); });
|
||||
[=] { window->showLogoutConfirmation(); });
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user