summaryrefslogtreecommitdiff
path: root/modules/windowinfo/Details.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-21 23:38:02 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-21 23:38:02 +1000
commit0789b4f66ab7f36f2217e68e3ebc25c19cf44073 (patch)
treea1338b1a2ced2c5d3928be55c76673450c74f6c6 /modules/windowinfo/Details.qml
parentfeat: window info panel (diff)
downloadcaelestia-shell-0789b4f66ab7f36f2217e68e3ebc25c19cf44073.tar.gz
caelestia-shell-0789b4f66ab7f36f2217e68e3ebc25c19cf44073.tar.bz2
caelestia-shell-0789b4f66ab7f36f2217e68e3ebc25c19cf44073.zip
winfo: add buttons
Diffstat (limited to 'modules/windowinfo/Details.qml')
-rw-r--r--modules/windowinfo/Details.qml2
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
}