mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 19:14:43 +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) {
|
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) {
|
function getTopLevelWindows(predicate) {
|
||||||
|
|
Loading…
Reference in a new issue