mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Show tdesktop cloud themes in a box.
This commit is contained in:
@@ -23,7 +23,7 @@ Controller::Controller(not_null<Main::Account*> account)
|
||||
_account->sessionValue(
|
||||
) | rpl::start_with_next([=](Main::Session *session) {
|
||||
_sessionController = session
|
||||
? std::make_unique<SessionController>(session, &_widget)
|
||||
? std::make_unique<SessionController>(session, this)
|
||||
: nullptr;
|
||||
_widget.updateWindowIcon();
|
||||
}, _lifetime);
|
||||
|
Reference in New Issue
Block a user