2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Allow several accounts in Core::App.

This commit is contained in:
John Preston
2020-06-15 20:25:02 +04:00
parent 815e26eea5
commit 6fc5e22882
36 changed files with 834 additions and 267 deletions

View File

@@ -315,7 +315,7 @@ Panel::Panel(not_null<Call*> call)
_cancel->setDuration(st::callPanelDuration);
setMouseTracking(true);
setWindowIcon(Window::CreateIcon(&_user->account()));
setWindowIcon(Window::CreateIcon(&_user->session()));
initControls();
initLayout();
showAndActivate();