mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
LibGUI: Flash menubar when using command palette
This commit is contained in:
parent
048ed64c26
commit
c20f1e06c0
3 changed files with 6 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue