Merge branch 'menu-updates' of github.com:vladest/hifi into menu-updates

This commit is contained in:
Dante Ruiz 2018-05-17 11:36:03 -07:00
commit ccea493498

View file

@ -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) {