Fix crash in filters update.

This commit is contained in:
John Preston 2020-06-26 21:50:36 +04:00
parent b6ac4a0233
commit 4e57ce8dbb

View File

@ -156,7 +156,7 @@ SessionController::SessionController(
crl::on_main(this, [=] {
refreshFiltersMenu();
});
}, session->lifetime());
}, lifetime());
session->addWindow(this);
}