Skip to content

Commit

Permalink
make popup window output-only
Browse files Browse the repository at this point in the history
This makes the popup click-through.
  • Loading branch information
esjeon committed Jan 13, 2020
1 parent eb95bad commit 3bfa264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/popup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ PlasmaCore.Dialog {
type: PlasmaCore.Dialog.OnScreenDisplay
flags: Qt.Popup | Qt.WindowStaysOnTopHint
location: PlasmaCore.Types.Floating
outputOnly: true

visible: false

Expand Down

0 comments on commit 3bfa264

Please sign in to comment.