mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:57:44 +00:00
DisplaySettings: Link to cursor themes from "Themes" tab
This removes a few clicks to access the mouse settings and puts all theming actions in one place.
This commit is contained in:
parent
7c8541b914
commit
0c74f30819
4 changed files with 57 additions and 23 deletions
|
@ -28,9 +28,10 @@ private:
|
|||
|
||||
RefPtr<GUI::ComboBox> m_themes_combo;
|
||||
RefPtr<ThemePreviewWidget> m_theme_preview;
|
||||
|
||||
Gfx::SystemThemeMetaData const* m_selected_theme { nullptr };
|
||||
|
||||
RefPtr<GUI::Button> m_cursor_themes_button;
|
||||
|
||||
bool& m_background_settings_changed;
|
||||
|
||||
ThemesSettingsWidget(bool& background_settings_changed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue