mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:10:05 +00:00
Add track location to settings
This commit is contained in:
parent
f31f98f545
commit
f515ac7b45
3 changed files with 12 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ public:
|
|||
SettingsVariable<std::string>& map_provider() const;
|
||||
SettingsVariable<std::string>& mapbox_api_key() const;
|
||||
SettingsVariable<std::string>& maptiler_api_key() const;
|
||||
SettingsVariable<bool>& track_location() const;
|
||||
SettingsVariable<bool>& update_notifications_enabled() const;
|
||||
|
||||
static GeneralSettings& Instance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue