mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Support logout of a secondary account.
This commit is contained in:
@@ -202,7 +202,7 @@ void FillMenu(
|
||||
}
|
||||
addAction(
|
||||
tr::lng_settings_logout(tr::now),
|
||||
[=] { window->widget()->onLogout(); });
|
||||
[=] { window->widget()->showLogoutConfirmation(); });
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user