mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-30 05:51:01 +00:00
Move the PC SVGs back where they belong
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user