mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 05:19:58 -05:00
idle inhibitor button: now wrong binding
This commit is contained in:
@@ -7,7 +7,7 @@ import Quickshell.Hyprland
|
|||||||
|
|
||||||
QuickToggleButton {
|
QuickToggleButton {
|
||||||
id: root
|
id: root
|
||||||
toggled: idleInhibitor.running
|
toggled: false
|
||||||
buttonIcon: "coffee"
|
buttonIcon: "coffee"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (toggled) {
|
if (toggled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user