Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/gui/AppView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ CenteredGridView {
implicitHeight: 85

Image {
source: "qrc:/res/play_arrow_FILL1_wght700_GRAD200_opsz48.svg"
source: "qrc:/res/play_arrow_white_48dp.svg"
anchors.centerIn: parent
sourceSize {
width: 75
Expand Down Expand Up @@ -158,7 +158,7 @@ CenteredGridView {
implicitHeight: 85

Image {
source: "qrc:/res/stop_FILL1_wght700_GRAD200_opsz48.svg"
source: "qrc:/res/stop_white_48dp.svg"
anchors.centerIn: parent
sourceSize {
width: 75
Expand Down
2 changes: 1 addition & 1 deletion app/gui/PcView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ CenteredGridView {
anchors.verticalCenter: pcIcon.verticalCenter
anchors.verticalCenterOffset: !model.online ? -18 : -16
visible: !model.statusUnknown && (!model.online || !model.paired)
source: !model.online ? "qrc:/res/warning_FILL1_wght300_GRAD200_opsz24.svg" : "qrc:/res/baseline-lock-24px.svg"
source: !model.online ? "qrc:/res/warning_white_48dp.svg" : "qrc:/res/baseline-lock-24px.svg"
sourceSize {
width: !model.online ? 75 : 70
height: !model.online ? 75 : 70
Expand Down
1 change: 0 additions & 1 deletion app/res/play_arrow_FILL1_wght700_GRAD200_opsz48.svg

This file was deleted.

1 change: 1 addition & 0 deletions app/res/play_arrow_white_48dp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/res/stop_FILL1_wght700_GRAD200_opsz48.svg

This file was deleted.

1 change: 1 addition & 0 deletions app/res/stop_white_48dp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/res/warning_FILL1_wght300_GRAD200_opsz24.svg

This file was deleted.

1 change: 1 addition & 0 deletions app/res/warning_white_48dp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<file>res/desktop_windows-48px.svg</file>
<file>res/ic_add_to_queue_white_48px.svg</file>
<file>res/baseline-lock-24px.svg</file>
<file>res/play_arrow_FILL1_wght700_GRAD200_opsz48.svg</file>
<file>res/play_arrow_white_48dp.svg</file>
<file>res/baseline-warning-24px.svg</file>
<file>res/warning_FILL1_wght300_GRAD200_opsz24.svg</file>
<file>res/stop_FILL1_wght700_GRAD200_opsz48.svg</file>
<file>res/warning_white_48dp.svg</file>
<file>res/stop_white_48dp.svg</file>
<file>res/no_app_image.png</file>
<file>res/settings.svg</file>
<file>res/arrow_left.svg</file>
Expand Down