diff options
Diffstat (limited to 'modules/windowinfo/Buttons.qml')
| -rw-r--r-- | modules/windowinfo/Buttons.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/windowinfo/Buttons.qml b/modules/windowinfo/Buttons.qml index 156624d..f298073 100644 --- a/modules/windowinfo/Buttons.qml +++ b/modules/windowinfo/Buttons.qml @@ -140,7 +140,7 @@ ColumnLayout { Button { color: Colours.palette.m3errorContainer onColor: Colours.palette.m3onErrorContainer - text: qsTr("Close") + text: qsTr("Kill") function onClicked(): void { Hyprland.dispatch(`movetoworkspace ${wsId},address:${Hyprland.activeClient?.address}`); |