mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:03:57 +02:00
Merge branch 'menu-updates' of github.com:vladest/hifi into menu-updates
This commit is contained in:
commit
ccea493498
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