winfo: fix kill button

This commit is contained in:
2 * r + 2 * t 2025-07-03 14:14:06 +10:00
parent b8a4d1d312
commit 7a1f47a6de

View file

@ -144,7 +144,7 @@ ColumnLayout {
text: qsTr("Kill")
function onClicked(): void {
Hyprland.dispatch(`movetoworkspace ${wsId},address:0x${root.client?.address}`);
Hyprland.dispatch(`killwindow address:0x${root.client?.address}`);
}
}
}