mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:20:04 +00:00
Add show map center to settings
This commit is contained in:
parent
201010a5cc
commit
4424c19d7f
5 changed files with 333 additions and 295 deletions
|
|
@ -41,6 +41,7 @@ public:
|
|||
SettingsVariable<std::string>& mapbox_api_key() const;
|
||||
SettingsVariable<std::string>& maptiler_api_key() const;
|
||||
SettingsVariable<bool>& show_map_attribution() const;
|
||||
SettingsVariable<bool>& show_map_center() const;
|
||||
SettingsVariable<bool>& show_map_logo() const;
|
||||
SettingsVariable<std::string>& theme() const;
|
||||
SettingsVariable<bool>& track_location() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue