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

Browser: Update content filters if the config file changes

This commit is contained in:
Maciej 2022-01-31 20:43:18 +01:00 committed by Andreas Kling
parent 2575184242
commit 5d8cda59ae
3 changed files with 23 additions and 0 deletions

View file

@ -49,6 +49,7 @@ public:
void did_become_active();
void context_menu_requested(const Gfx::IntPoint& screen_position);
void content_filters_changed();
void action_entered(GUI::Action&);
void action_left(GUI::Action&);