about summary refs log tree commit diff stats
path: root/src/tracker_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker_config.h')
-rw-r--r--src/tracker_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tracker_config.h b/src/tracker_config.h index 6c94e1b..0a29d2c 100644 --- a/src/tracker_config.h +++ b/src/tracker_config.h
@@ -15,6 +15,7 @@ class TrackerConfig {
15 bool asked_to_check_for_updates = false; 15 bool asked_to_check_for_updates = false;
16 bool should_check_for_updates = false; 16 bool should_check_for_updates = false;
17 bool hybrid_areas = false; 17 bool hybrid_areas = false;
18 bool show_hunt_panels = false;
18}; 19};
19 20
20TrackerConfig& GetTrackerConfig(); 21TrackerConfig& GetTrackerConfig();