mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:30:05 +00:00
Add smoothing settings
This commit is contained in:
parent
172203ec16
commit
3e681abfdb
5 changed files with 38 additions and 7 deletions
|
|
@ -25,6 +25,7 @@ public:
|
|||
ProductSettings(ProductSettings&&) noexcept;
|
||||
ProductSettings& operator=(ProductSettings&&) noexcept;
|
||||
|
||||
SettingsVariable<bool>& show_smoothed_range_folding() const;
|
||||
SettingsVariable<bool>& sti_forecast_enabled() const;
|
||||
SettingsVariable<bool>& sti_past_enabled() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue