1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:37:44 +00:00

Ladybird+Browser: Update zoom text on menu after clicking zoom button

This commit is contained in:
Karol Kosek 2023-08-04 13:37:52 +02:00 committed by Andreas Kling
parent cc9885c0c6
commit 49df2e1e3a
6 changed files with 19 additions and 4 deletions

View file

@ -45,6 +45,7 @@ public:
void content_filters_changed();
void autoplay_allowlist_changed();
void proxy_mappings_changed();
void update_zoom_menu();
void broadcast_window_position(Gfx::IntPoint);
void broadcast_window_size(Gfx::IntSize);