diff options
Diffstat (limited to 'modules/windowinfo/Details.qml')
| -rw-r--r-- | modules/windowinfo/Details.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |