trying to make the window work on non kde wayland wms
This commit is contained in:
parent
ca399bb8cd
commit
a19c36bdee
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ Window {
|
||||||
width: maximumWidth
|
width: maximumWidth
|
||||||
screen: presentationScreen
|
screen: presentationScreen
|
||||||
opacity: 1.0
|
opacity: 1.0
|
||||||
transientParent: null
|
/* transientParent: null */
|
||||||
modality: Qt.NonModal
|
/* modality: Qt.NonModal */
|
||||||
flags: Qt.FramelessWindowHint
|
flags: Qt.FramelessWindowHint
|
||||||
onClosing: {
|
onClosing: {
|
||||||
presentationSlide.stopVideo();
|
presentationSlide.stopVideo();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue