mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:47:46 +00:00
WindowServer: Add some app icons to the system menu
This commit is contained in:
parent
c0d81bea06
commit
1077c15917
3 changed files with 8 additions and 6 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
Separator,
|
||||
};
|
||||
|
||||
WSMenuItem(WSMenu&, unsigned identifier, const String& text, const String& shortcut_text = {}, bool enabled = true, bool checkable = false, bool checked = false);
|
||||
WSMenuItem(WSMenu&, unsigned identifier, const String& text, const String& shortcut_text = {}, bool enabled = true, bool checkable = false, bool checked = false, const GraphicsBitmap* icon = nullptr);
|
||||
WSMenuItem(WSMenu&, Type);
|
||||
~WSMenuItem();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue