mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fix window title update on accounts switch.
This commit is contained in:
parent
02f3985125
commit
d346925b9d
1 changed files with 1 additions and 3 deletions
|
@ -133,9 +133,7 @@ void Controller::showAccount(
|
|||
) | rpl::start_with_next([=] {
|
||||
_widget.updateTitle();
|
||||
}, _sessionController->lifetime());
|
||||
if (_sessionController->activeChatCurrent().thread()) {
|
||||
_widget.updateTitle();
|
||||
}
|
||||
_widget.updateTitle();
|
||||
|
||||
session->updates().updateOnline(crl::now());
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue