1
Fork 0
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:
Andreas Kling 2020-12-30 13:42:16 +01:00
parent 04e3bcfa75
commit 2c9147154c
2 changed files with 24 additions and 13 deletions

View file

@ -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;