mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fix update button in new settings.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user