Skip to content

Commit

Permalink
Merge pull request #3588 from MerginMaps/enhance/recordInfoTextMessage
Browse files Browse the repository at this point in the history
Adding informational message on recording
  • Loading branch information
tomasMizera authored Sep 11, 2024
2 parents 4570170 + 158dd9d commit ec301aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/qml/map/MMMapController.qml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ Item {

switch ( state ) {
case "record": {
root.showInfoTextMessage( qsTr( "Mark the geometry on the map and click record" ) )

if ( __appSettings.autolockPosition ) { // center to GPS
if ( gpsStateGroup.state === "unavailable" ) {
__notificationModel.addError( "GPS currently unavailable." )
Expand Down

1 comment on commit ec301aa

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.9.656811 just submitted!

Please sign in to comment.