From 6e7146714e0af2145c8c6cda3da4e2a54b469cb6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 6 Mar 2025 14:09:02 -0500 Subject: Added setting for disabling player position tracking --- src/settings_dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings_dialog.h') diff --git a/src/settings_dialog.h b/src/settings_dialog.h index d7c1ed3..12f2439 100644 --- a/src/settings_dialog.h +++ b/src/settings_dialog.h @@ -16,11 +16,13 @@ class SettingsDialog : public wxDialog { } bool GetHybridAreas() const { return hybrid_areas_box_->GetValue(); } bool GetShowHuntPanels() const { return show_hunt_panels_box_->GetValue(); } + bool GetTrackPosition() const { return track_position_box_->GetValue(); } private: wxCheckBox* should_check_for_updates_box_; wxCheckBox* hybrid_areas_box_; wxCheckBox* show_hunt_panels_box_; + wxCheckBox* track_position_box_; }; #endif /* end of include guard: SETTINGS_DIALOG_H_D8635719 */ -- cgit 1.4.1