mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fix crash in filters update.
This commit is contained in:
parent
b6ac4a0233
commit
4e57ce8dbb
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ SessionController::SessionController(
|
|||
crl::on_main(this, [=] {
|
||||
refreshFiltersMenu();
|
||||
});
|
||||
}, session->lifetime());
|
||||
}, lifetime());
|
||||
|
||||
session->addWindow(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue