Fix update button in new settings.

This commit is contained in:
John Preston 2018-09-20 23:05:28 +03:00
parent 51cbb9b310
commit e451dec70c

View File

@ -190,6 +190,7 @@ void SetupUpdate(not_null<Ui::VerticalLayout*> container) {
downloading->fire(false);
}, check->lifetime());
checker.ready() | rpl::start_with_next([=] {
check->setAttribute(Qt::WA_TransparentForMouseEvents, false);
texts->fire(lang(lng_settings_update_ready));
update->show();
downloading->fire(false);