added a lil' fella
This commit is contained in:
@@ -20,6 +20,7 @@ Item {
|
||||
property string nowPlayingArtist: ""
|
||||
property string nowPlayingTitle: ""
|
||||
property string nowPlayingArtUrl: ""
|
||||
property bool nowPlaying: false
|
||||
|
||||
RowLayout {
|
||||
anchors.fill: parent
|
||||
@@ -44,6 +45,7 @@ Item {
|
||||
artist: root.nowPlayingArtist
|
||||
title: root.nowPlayingTitle
|
||||
artUrl: root.nowPlayingArtUrl
|
||||
isPlaying: root.nowPlaying
|
||||
Layout.fillHeight: true
|
||||
Layout.alignment: Qt.AlignBottom
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user