Skip to content

Commit

Permalink
Improve workaround for QTBUG-131786
Browse files Browse the repository at this point in the history
  • Loading branch information
trin94 committed Feb 3, 2025
1 parent 1698b98 commit 701ccb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/app/MpvqcApplication.qml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ ApplicationWindow {

function enableFakeModal(): void {
if (Qt.platform.os === "windows") {
modalFaker.stop();
root.nativePopupOpen = true;
}
}
Expand Down

0 comments on commit 701ccb3

Please sign in to comment.