mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
Ladybird/BrowserWindow: Add UI for switching preferred CSS color scheme
This commit is contained in:
parent
98bf0107ce
commit
97964bc710
4 changed files with 76 additions and 0 deletions
|
@ -36,6 +36,9 @@ public slots:
|
|||
void close_current_tab();
|
||||
void open_next_tab();
|
||||
void open_previous_tab();
|
||||
void enable_auto_color_scheme();
|
||||
void enable_light_color_scheme();
|
||||
void enable_dark_color_scheme();
|
||||
|
||||
private:
|
||||
void debug_request(String const& request, String const& argument = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue