NInputAction: use proper label/description + autoformatting

This commit is contained in:
LemmyCook 2025-09-05 14:13:05 -04:00
parent 1cab452352
commit f04ac180f0
4 changed files with 7 additions and 24 deletions

View file

@ -100,7 +100,7 @@ Item {
AudioService.setInputMuted(!AudioService.inputMuted)
}
onMiddleClicked: {
Quickshell.execDetached(["pwvucontrol"]);
Quickshell.execDetached(["pwvucontrol"])
}
}
}