mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 23:26:25 +02:00
Fixed modality in Desktop
This commit is contained in:
parent
c4c4490bc4
commit
95cd9476c3
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ FocusScope {
|
|||
}
|
||||
|
||||
function isModalWindow(window) {
|
||||
return true;//window.modality !== (typeof Qt !== 'undefined' ? Qt.NonModal : 0);
|
||||
return window.modality !== (typeof Qt !== 'undefined' ? Qt.NonModal : 0);
|
||||
}
|
||||
|
||||
function getTopLevelWindows(predicate) {
|
||||
|
|
Loading…
Reference in a new issue