Skip to content

Commit

Permalink
Disable GPS logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Aug 21, 2015
1 parent 3badb7b commit a75ef3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/roam/settingswidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def readSettings(self):
fullscreen = self.settings.get("fullscreen", False)
gpszoom = self.settings.get('gpszoomonfix', True)
gpscenter = self.settings.get('gpscenter', True)
gpslogging = self.settings.get('gpslogging', True)
gpslogging = self.settings.get('gpslogging', False)
keyboard = self.settings.get('keyboard', True)
updateserver = self.settings.get('updateserver', None)
distance = self.settings.get('draw_distance', True)
Expand Down
2 changes: 1 addition & 1 deletion src/roam/ui/ui_settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ p, li { white-space: pre-wrap; }
<string>Enable GPS Logging</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
Expand Down

0 comments on commit a75ef3e

Please sign in to comment.