From 4adfe42a300a597cf8e7036cd189d197b08a7f01 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 17 Nov 2023 11:43:13 -0500 Subject: Show hunt panels option --- 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 150a7a8..d7c1ed3 100644 --- a/src/settings_dialog.h +++ b/src/settings_dialog.h @@ -15,10 +15,12 @@ class SettingsDialog : public wxDialog { return should_check_for_updates_box_->GetValue(); } bool GetHybridAreas() const { return hybrid_areas_box_->GetValue(); } + bool GetShowHuntPanels() const { return show_hunt_panels_box_->GetValue(); } private: wxCheckBox* should_check_for_updates_box_; wxCheckBox* hybrid_areas_box_; + wxCheckBox* show_hunt_panels_box_; }; #endif /* end of include guard: SETTINGS_DIALOG_H_D8635719 */ -- cgit 1.4.1