mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:10:40 +02:00
Merge pull request #6868 from jherico/update_dialog
Prevent update dialog from becoming locked
This commit is contained in:
commit
11c30302b2
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