about summary refs log tree commit diff stats
path: root/src/tracker_config.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-17 10:11:41 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-17 10:11:41 -0500
commita9bc708c7eeeada4c59952ce71aa071175f8f27d (patch)
treeb55d7ae50b2e96a44319ba7ec97cebe32fe2febf /src/tracker_config.h
parent2ee15755735ff6243d3e3b1c2ade4d9bbe0b6dc6 (diff)
downloadlingo-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.h1
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
19TrackerConfig& GetTrackerConfig(); 20TrackerConfig& GetTrackerConfig();