Browse Source

Now Playing is broken in the website, so it's removed from the app

Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
qt6
Blagovest Petrov 1 year ago
parent
commit
d0ca23e617
  1. 12
      ui/PgLive.qml

12
ui/PgLive.qml

@ -89,21 +89,11 @@ Item {
source: "qrc:/bpetrov.tangraplay/imports/TangraPlay/Assets/playbtn-frame.png" source: "qrc:/bpetrov.tangraplay/imports/TangraPlay/Assets/playbtn-frame.png"
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
Text {
id: text1
x: 156
y: 17
text: qsTr("Предаване в ефир: ") + currentShow.theShow
color: "#f9c620"
font.family: mainfont.name
font.pixelSize: 15
}
Text { Text {
id: text2 id: text2
x: 156 x: 156
y: 60 y: 60
text: qsTr("В момента звучи: Unknown") text: qsTr("Предаване в ефир: ") + currentShow.theShow
color: "#f9c620" color: "#f9c620"
font.family: mainfont.name font.family: mainfont.name
font.pixelSize: 15 font.pixelSize: 15

Loading…
Cancel
Save