diff options
Diffstat (limited to 'src/tracker_config.h')
-rw-r--r-- | src/tracker_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tracker_config.h b/src/tracker_config.h index b9460d2..6c94e1b 100644 --- a/src/tracker_config.h +++ b/src/tracker_config.h | |||
@@ -14,6 +14,7 @@ class TrackerConfig { | |||
14 | std::string ap_password; | 14 | std::string ap_password; |
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 | }; | 18 | }; |
18 | 19 | ||
19 | TrackerConfig& GetTrackerConfig(); | 20 | TrackerConfig& GetTrackerConfig(); |