Move the PC SVGs back where they belong

This commit is contained in:
Cameron Gutman
2018-07-08 23:27:20 -07:00
parent 98b76d3203
commit a56d27e3f2
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ GridView {
id: pcIcon
anchors.horizontalCenter: parent.horizontalCenter;
source: {
model.addPc ? "ic_add_to_queue_white_48px.svg" : "ic_tv_white_48px.svg"
model.addPc ? "qrc:/res/ic_add_to_queue_white_48px.svg" : "qrc:/res/ic_tv_white_48px.svg"
}
sourceSize {
width: 200