Added custom theme file selection dialog

This commit is contained in:
AdenKoperczak 2024-10-28 13:00:39 -04:00
parent 8e114c555f
commit ccf5f6a3d8
7 changed files with 311 additions and 222 deletions

View file

@ -49,6 +49,7 @@ public:
SettingsVariable<bool>& show_map_center() const;
SettingsVariable<bool>& show_map_logo() const;
SettingsVariable<std::string>& theme() const;
SettingsVariable<std::string>& theme_file() const;
SettingsVariable<bool>& track_location() const;
SettingsVariable<bool>& update_notifications_enabled() const;
SettingsVariable<std::string>& warnings_provider() const;