From 1c5c99699f24a722a952493efe65c63f47b8b3c9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:31:38 +1000 Subject: internal: remove unnecessary --- modules/dashboard/Media.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml index 7dfcfdb..a0777cd 100644 --- a/modules/dashboard/Media.qml +++ b/modules/dashboard/Media.qml @@ -542,7 +542,6 @@ Item { TextMetrics { id: metrics - text: (Players.active?.trackTitle ?? qsTr("No media")) || qsTr("Unknown title") font.family: elideText.font.family font.pointSize: elideText.font.pointSize elide: Text.ElideRight -- cgit v1.2.3-freya