Skip to content

Commit

Permalink
Hide buttons on other monitors when primary_screen_only is true
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
m-wynn committed Sep 19, 2019
1 parent 2edfe01 commit 947440e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ Rectangle {
}
width: parent.width / 3
height: parent.height
visible: config.primary_screen_only == "true" ? primaryScreen : true

Row {
spacing: 20
Expand Down

0 comments on commit 947440e

Please sign in to comment.