Tweaking and fixing

This commit is contained in:
2025-06-02 18:52:15 +02:00
parent f3c06d738f
commit 7f0d724bad
3 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ Page {
}
Image {
id: playDLNA
enabled: radioPlayer.playlistIndex < radioPlayer.playlist.count
enabled: radioPlayer.playlistIndex < radioPlayer.playlist.count -1
opacity: enabled ? 1.0 : 0.4
source: "image://theme/icon-m-next"
height: play.height