Skip to content

Commit 701ccb3

Browse files
committed
Improve workaround for QTBUG-131786
1 parent 1698b98 commit 701ccb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qml/app/MpvqcApplication.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ ApplicationWindow {
199199

200200
function enableFakeModal(): void {
201201
if (Qt.platform.os === "windows") {
202+
modalFaker.stop();
202203
root.nativePopupOpen = true;
203204
}
204205
}

0 commit comments

Comments
 (0)