From a19c36bdee6da983a533d8f6b2f5f6e2186e5271 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 31 Jan 2023 13:55:02 -0600 Subject: [PATCH] trying to make the window work on non kde wayland wms --- src/qml/presenter/PresentationWindow.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/presenter/PresentationWindow.qml b/src/qml/presenter/PresentationWindow.qml index 6ad82a5..ce05ce9 100644 --- a/src/qml/presenter/PresentationWindow.qml +++ b/src/qml/presenter/PresentationWindow.qml @@ -17,8 +17,8 @@ Window { width: maximumWidth screen: presentationScreen opacity: 1.0 - transientParent: null - modality: Qt.NonModal + /* transientParent: null */ + /* modality: Qt.NonModal */ flags: Qt.FramelessWindowHint onClosing: { presentationSlide.stopVideo();