diff --git a/app/gui/PcView.qml b/app/gui/PcView.qml index fa61f869..d7f43a29 100644 --- a/app/gui/PcView.qml +++ b/app/gui/PcView.qml @@ -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 diff --git a/app/qml.qrc b/app/qml.qrc index f89cf0ba..7e42f481 100644 --- a/app/qml.qrc +++ b/app/qml.qrc @@ -2,8 +2,6 @@ gui/main.qml gui/PcView.qml - gui/ic_tv_white_48px.svg - gui/ic_add_to_queue_white_48px.svg gui/AppView.qml gui/SettingsView.qml gui/StreamSegue.qml diff --git a/app/gui/ic_add_to_queue_white_48px.svg b/app/res/ic_add_to_queue_white_48px.svg similarity index 100% rename from app/gui/ic_add_to_queue_white_48px.svg rename to app/res/ic_add_to_queue_white_48px.svg diff --git a/app/gui/ic_tv_white_48px.svg b/app/res/ic_tv_white_48px.svg similarity index 100% rename from app/gui/ic_tv_white_48px.svg rename to app/res/ic_tv_white_48px.svg diff --git a/app/resources.qrc b/app/resources.qrc index d8a15310..43e30909 100644 --- a/app/resources.qrc +++ b/app/resources.qrc @@ -4,6 +4,8 @@ res/ic_remove_circle_outline_white_48px.svg res/ic_remove_from_queue_white_48px.svg res/ic_videogame_asset_white_48px.svg + res/ic_tv_white_48px.svg + res/ic_add_to_queue_white_48px.svg res/no_app_image.png res/settings.png res/question_mark.png