mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
Terminal+LibVT: Add settings window to the terminal context menu
This commit is contained in:
parent
04e3bcfa75
commit
2c9147154c
2 changed files with 24 additions and 13 deletions
|
@ -104,6 +104,8 @@ public:
|
|||
Function<void(const StringView&)> on_title_change;
|
||||
Function<void()> on_command_exit;
|
||||
|
||||
GUI::Menu& context_menu() { return *m_context_menu; }
|
||||
|
||||
private:
|
||||
// ^GUI::Widget
|
||||
virtual void event(Core::Event&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue