Add default alert action to settings

This commit is contained in:
Dan Paulat 2023-05-02 22:24:51 -05:00
parent 411a949be9
commit ff4e3e63cf
2 changed files with 40 additions and 1 deletions

View file

@ -28,6 +28,7 @@ public:
GeneralSettings& operator=(GeneralSettings&&) noexcept;
SettingsVariable<bool>& debug_enabled() const;
SettingsVariable<std::string>& default_alert_action() const;
SettingsVariable<std::string>& default_radar_site() const;
SettingsContainer<std::vector<std::int64_t>>& font_sizes() const;
SettingsVariable<std::int64_t>& grid_height() const;