Fixed modality in Desktop

This commit is contained in:
vladest 2018-05-17 16:11:28 +02:00
parent c4c4490bc4
commit 95cd9476c3

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