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 9244b74..4e851dc 100644 --- a/src/tracker_config.h +++ b/src/tracker_config.h | |||
@@ -30,6 +30,7 @@ class TrackerConfig { | |||
30 | bool show_hunt_panels = false; | 30 | bool show_hunt_panels = false; |
31 | std::deque<ConnectionDetails> connection_history; | 31 | std::deque<ConnectionDetails> connection_history; |
32 | std::string ipc_address; | 32 | std::string ipc_address; |
33 | bool track_position = true; | ||
33 | 34 | ||
34 | private: | 35 | private: |
35 | std::string filename_; | 36 | std::string filename_; |