aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/status/StatusTile.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/modules/status/StatusTile.qml')
-rw-r--r--desktop/modules/status/StatusTile.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/modules/status/StatusTile.qml b/desktop/modules/status/StatusTile.qml
index 9bc6f04..c4b87d4 100644
--- a/desktop/modules/status/StatusTile.qml
+++ b/desktop/modules/status/StatusTile.qml
@@ -12,11 +12,7 @@
import QtQuick
import "../.."
-// Injected as st, never mod: a property named the same as the enclosing
-// object's id binds to itself and arrives undefined. See AGENTS.md.
Text {
- required property var st
-
width: parent ? parent.width : implicitWidth
elide: Text.ElideRight
font { family: Theme.fontFamily; pixelSize: Theme.fontSize - 4 }