diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-17 10:11:41 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-17 10:11:41 -0500 |
commit | a9bc708c7eeeada4c59952ce71aa071175f8f27d (patch) | |
tree | b55d7ae50b2e96a44319ba7ec97cebe32fe2febf /src/tracker_config.h | |
parent | 2ee15755735ff6243d3e3b1c2ade4d9bbe0b6dc6 (diff) | |
download | lingo-ap-tracker-a9bc708c7eeeada4c59952ce71aa071175f8f27d.tar.gz lingo-ap-tracker-a9bc708c7eeeada4c59952ce71aa071175f8f27d.tar.bz2 lingo-ap-tracker-a9bc708c7eeeada4c59952ce71aa071175f8f27d.zip |
Added hybrid areas and settings dialog
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(); |