Skip to content

Commit

Permalink
Fix RemoteID icon in application settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidsastresas committed Feb 14, 2025
1 parent 2a0e975 commit 6feb9bd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions qgcimages.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
<file alias="RidEmergencyBackground.svg">src/UI/toolbar/Images/RidEmergencyBackground.svg</file>
<file alias="RidFlagBackgroundGreen.svg">src/UI/toolbar/Images/RidFlagBackgroundGreen.svg</file>
<file alias="RidFlagBackgroundRed.svg">src/UI/toolbar/Images/RidFlagBackgroundRed.svg</file>
<file alias="RidIconManNoID.svg">src/UI/toolbar/Images/RidIconManNoID.svg</file>
<file alias="RidIconMan.svg">src/UI/toolbar/Images/RidIconMan.svg</file>
<file alias="RidIconText.svg">src/UI/toolbar/Images/RidIconText.svg</file>
<file alias="RC.svg">src/UI/toolbar/Images/RC.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/UI/SettingsPagesModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ListModel {
ListElement {
name: qsTr("Remote ID")
url: "/qml/RemoteIDSettings.qml"
iconUrl: "qrc:/qmlimages/RidIconGrey.svg"
iconUrl: "qrc:/qmlimages/RidIconManNoID.svg"
pageVisible: function() { return true }
}

Expand Down
23 changes: 23 additions & 0 deletions src/UI/toolbar/Images/RidIconManNoID.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6feb9bd

Please sign in to comment.