mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fix update button in new settings.
This commit is contained in:
parent
51cbb9b310
commit
e451dec70c
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ void SetupUpdate(not_null<Ui::VerticalLayout*> container) {
|
||||||
downloading->fire(false);
|
downloading->fire(false);
|
||||||
}, check->lifetime());
|
}, check->lifetime());
|
||||||
checker.ready() | rpl::start_with_next([=] {
|
checker.ready() | rpl::start_with_next([=] {
|
||||||
|
check->setAttribute(Qt::WA_TransparentForMouseEvents, false);
|
||||||
texts->fire(lang(lng_settings_update_ready));
|
texts->fire(lang(lng_settings_update_ready));
|
||||||
update->show();
|
update->show();
|
||||||
downloading->fire(false);
|
downloading->fire(false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue