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();