2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Move updates handling MainWidget -> Api::Updates.

This commit is contained in:
John Preston
2020-06-11 13:41:03 +04:00
parent ee43027bea
commit 0b028b959b
30 changed files with 2526 additions and 2218 deletions

View File

@@ -144,6 +144,8 @@ SessionController::SessionController(
refreshFiltersMenu();
});
}, session->lifetime());
session->addWindow(this);
}
not_null<::MainWindow*> SessionController::widget() const {