2
0
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:
John Preston
2023-02-15 08:44:10 +04:00
parent b48dee0af7
commit e61c058eb5
2 changed files with 9 additions and 9 deletions

View File

@@ -689,7 +689,7 @@ void SetupAccountsWrap(
if (!locked) {
addAction(tr::lng_menu_activate(tr::now), [=] {
Core::App().domain().activate(&session->account());
callback({});
}, &st::menuIconProfile);
}