Skip to content

Commit

Permalink
Projection windows now copy projections flags from root window. This …
Browse files Browse the repository at this point in the history
…is done to enable window transparency to work for projections on macOS. May have unintended consequences in other systems, needs testing.
  • Loading branch information
Javier O. Cordero Pérez committed Sep 18, 2021
1 parent 12a498f commit a79dd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prompter/ProjectionsManager.qml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Item {
//width: model.width
//height: model.height
visibility: Qt.platform.os==="osx" ? Kirigami.ApplicationWindow.Maximized : Kirigami.ApplicationWindow.FullScreen
flags: root.flags
visible: true
color: "transparent"

Expand Down

0 comments on commit a79dd84

Please sign in to comment.