Skip to content

Commit

Permalink
Merge pull request #3306 from MerginMaps/stakeout-gps-button
Browse files Browse the repository at this point in the history
disable gps receivers button when staking out
  • Loading branch information
PeterPetrik authored Apr 11, 2024
2 parents 657405d + 2ed1af3 commit b035ef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,9 @@ ApplicationWindow {

mapSettings: map.mapSettings

// disable the receivers button when staking out
showReceiversButton: !stakeoutPanelLoader.active

onManageReceiversClicked: {
gpsDataDrawer.close()
settingsController.open( MMSettingsController.Pages.GPSConnection )
Expand Down

0 comments on commit b035ef2

Please sign in to comment.