Skip to content

Commit

Permalink
Using new icon.
Browse files Browse the repository at this point in the history
ic_location_tracking_white_24dp
  • Loading branch information
mohsenD98 committed Oct 14, 2024
1 parent 4f12ad5 commit fb6e92e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,6 @@
<file>themes/qfield/nodpi/ic_arrow_drop_up_48dp.svg</file>
<file>themes/qfield/nodpi/ic_shutdown_24dp.svg</file>
<file>themes/qfield/nodpi/ic_egeniouss_receiver_black_24dp.svg</file>
<file>themes/qfield/nodpi/ic_location_tracking_white_24dp.svg</file>
</qresource>
</RCC>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ ApplicationWindow {
name: "On"
PropertyChanges {
target: gnssButton
iconSource: trackings.count > 0 ? Theme.getThemeVectorIcon("directions_walk_24dp") : positionSource.positionInformation && positionSource.positionInformation.latitudeValid ? Theme.getThemeVectorIcon("ic_location_valid_white_24dp") : Theme.getThemeVectorIcon("ic_location_white_24dp")
iconSource: trackings.count > 0 ? Theme.getThemeVectorIcon("ic_location_tracking_white_24dp") : positionSource.positionInformation && positionSource.positionInformation.latitudeValid ? Theme.getThemeVectorIcon("ic_location_valid_white_24dp") : Theme.getThemeVectorIcon("ic_location_white_24dp")
iconColor: followActive ? "white" : Theme.positionColor
bgcolor: followActive ? Theme.positionColor : Theme.darkGray
}
Expand Down

0 comments on commit fb6e92e

Please sign in to comment.