From b92af5ae97d57bc589bd22cb4f25e32c85545226 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 21 Feb 2022 22:44:49 +0900 Subject: [PATCH] Replace placeholder with current file title --- uiplugins/ui_desktop_qml_default/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uiplugins/ui_desktop_qml_default/qml/main.qml b/uiplugins/ui_desktop_qml_default/qml/main.qml index c393808..ecdd9e7 100644 --- a/uiplugins/ui_desktop_qml_default/qml/main.qml +++ b/uiplugins/ui_desktop_qml_default/qml/main.qml @@ -161,7 +161,7 @@ Window { anchors.top: parent.top anchors.left: parent.left - text: "This is a text message" + text: "Current source: " + player.displayTitle visible: controls.visible -- 2.52.0