summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/qml/Screen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/democompositor/qml/Screen.qml')
-rw-r--r--wayland/democompositor/qml/Screen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/democompositor/qml/Screen.qml b/wayland/democompositor/qml/Screen.qml
index 7ab7481..ef3be4d 100644
--- a/wayland/democompositor/qml/Screen.qml
+++ b/wayland/democompositor/qml/Screen.qml
@@ -189,7 +189,7 @@ WaylandOutput {
pressedColor: pressedCol
text.maximumLineCount: 1
- text.text: modelData.shellSurface.title.length > 0 ? modelData.shellSurface.title : "Untitled"
+ text.text: winItem.appEntry === null ? "Untitled" : winItem.appEntry.appName
text.elide: Text.ElideRight
text.color: textCol
onTriggered: {