1
Fork 0
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:
Andreas Kling 2022-09-19 10:48:02 +02:00 committed by Andrew Kaster
parent 98bf0107ce
commit 97964bc710
4 changed files with 76 additions and 0 deletions

View file

@ -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 = "");