mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
idle inhibitor button: now wrong binding
This commit is contained in:
parent
8956752e85
commit
244d3f6067
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue