]> Some of my projects - aniplayer.git/commitdiff
Replace placeholder with current file title
authorAPTX <marek321@gmail.com>
Mon, 21 Feb 2022 13:44:49 +0000 (22:44 +0900)
committerAPTX <marek321@gmail.com>
Mon, 21 Feb 2022 13:44:49 +0000 (22:44 +0900)
uiplugins/ui_desktop_qml_default/qml/main.qml

index c393808bb88816bdf06ac088513c6f4957896da4..ecdd9e782372e6db99b87a950d9cddab4511e5e6 100644 (file)
@@ -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