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

LibGUI: Flash menubar when using command palette

This commit is contained in:
bugreport0 2022-01-29 16:13:42 +01:00 committed by Andreas Kling
parent 048ed64c26
commit c20f1e06c0
3 changed files with 6 additions and 7 deletions

View file

@ -92,7 +92,7 @@ public:
Function<void(Action&)> on_activation;
void activate(Core::Object* activator = nullptr);
void flash_menubar_menu();
void flash_menubar_menu(GUI::Window& window);
bool is_enabled() const { return m_enabled; }
void set_enabled(bool);