about summary refs log tree commit diff stats
path: root/src/tracker_frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker_frame.cpp')
-rw-r--r--src/tracker_frame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tracker_frame.cpp b/src/tracker_frame.cpp index 5341fa6..4e3a8a8 100644 --- a/src/tracker_frame.cpp +++ b/src/tracker_frame.cpp
@@ -133,6 +133,7 @@ void TrackerFrame::OnSettings(wxCommandEvent &event) {
133 GetTrackerConfig().should_check_for_updates = 133 GetTrackerConfig().should_check_for_updates =
134 dlg.GetShouldCheckForUpdates(); 134 dlg.GetShouldCheckForUpdates();
135 GetTrackerConfig().hybrid_areas = dlg.GetHybridAreas(); 135 GetTrackerConfig().hybrid_areas = dlg.GetHybridAreas();
136 GetTrackerConfig().show_hunt_panels = dlg.GetShowHuntPanels();
136 GetTrackerConfig().Save(); 137 GetTrackerConfig().Save();
137 138
138 UpdateIndicators(); 139 UpdateIndicators();