From 0789b4f66ab7f36f2217e68e3ebc25c19cf44073 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:38:02 +1000 Subject: winfo: add buttons --- modules/windowinfo/Details.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/windowinfo/Details.qml') diff --git a/modules/windowinfo/Details.qml b/modules/windowinfo/Details.qml index 1480f96..b103711 100644 --- a/modules/windowinfo/Details.qml +++ b/modules/windowinfo/Details.qml @@ -100,7 +100,7 @@ ColumnLayout { Detail { icon: "keep" - text: qsTr("Pinned: %1").arg(Hyprland.activeClient.pinned ? "yes" : "no") + text: qsTr("Pinned: %1").arg(Hyprland.activeClient.lastIpcObject.pinned ? "yes" : "no") color: Colours.palette.m3secondary } -- cgit v1.2.3-freya