about summary refs log tree commit diff stats
path: root/src/settings_dialog.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-17 11:43:13 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-17 11:43:13 -0500
commit4adfe42a300a597cf8e7036cd189d197b08a7f01 (patch)
tree684a9f825bc1ae919ea68049a941f6190b8b4f96 /src/settings_dialog.h
parenta9bc708c7eeeada4c59952ce71aa071175f8f27d (diff)
downloadlingo-ap-tracker-4adfe42a300a597cf8e7036cd189d197b08a7f01.tar.gz
lingo-ap-tracker-4adfe42a300a597cf8e7036cd189d197b08a7f01.tar.bz2
lingo-ap-tracker-4adfe42a300a597cf8e7036cd189d197b08a7f01.zip
Show hunt panels option
Diffstat (limited to 'src/settings_dialog.h')
-rw-r--r--src/settings_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_dialog.h b/src/settings_dialog.h index 150a7a8..d7c1ed3 100644 --- a/src/settings_dialog.h +++ b/src/settings_dialog.h
@@ -15,10 +15,12 @@ class SettingsDialog : public wxDialog {
15 return should_check_for_updates_box_->GetValue(); 15 return should_check_for_updates_box_->GetValue();
16 } 16 }
17 bool GetHybridAreas() const { return hybrid_areas_box_->GetValue(); } 17 bool GetHybridAreas() const { return hybrid_areas_box_->GetValue(); }
18 bool GetShowHuntPanels() const { return show_hunt_panels_box_->GetValue(); }
18 19
19 private: 20 private:
20 wxCheckBox* should_check_for_updates_box_; 21 wxCheckBox* should_check_for_updates_box_;
21 wxCheckBox* hybrid_areas_box_; 22 wxCheckBox* hybrid_areas_box_;
23 wxCheckBox* show_hunt_panels_box_;
22}; 24};
23 25
24#endif /* end of include guard: SETTINGS_DIALOG_H_D8635719 */ 26#endif /* end of include guard: SETTINGS_DIALOG_H_D8635719 */