mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix account activation from main menu.
This commit is contained in:
@@ -689,7 +689,7 @@ void SetupAccountsWrap(
|
||||
|
||||
if (!locked) {
|
||||
addAction(tr::lng_menu_activate(tr::now), [=] {
|
||||
Core::App().domain().activate(&session->account());
|
||||
callback({});
|
||||
}, &st::menuIconProfile);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user