Tweaking and fixing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user