mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:23:38 +02:00
Prevent update dialog from becoming locked
This commit is contained in:
parent
730640068c
commit
d97f930dc9
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ void UpdateDialog::closeDialog() {
|
|||
}
|
||||
|
||||
void UpdateDialog::hide() {
|
||||
((QQuickItem*)parent())->setEnabled(false);
|
||||
((QQuickItem*)parent())->setVisible(false);
|
||||
}
|
||||
|
||||
void UpdateDialog::triggerUpgrade() {
|
||||
|
|
Loading…
Reference in a new issue