mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menu
These only show up when you right click a hyperlinked character cell.
This commit is contained in:
parent
7aa2acefd0
commit
27d1e7f432
Notes:
sideshowbarker
2024-07-19 06:48:33 +09:00
Author: https://github.com/awesomekling
Commit: 27d1e7f432
2 changed files with 20 additions and 6 deletions
|
@ -169,6 +169,7 @@ private:
|
|||
RefPtr<GUI::Action> m_paste_action;
|
||||
|
||||
RefPtr<GUI::Menu> m_context_menu;
|
||||
RefPtr<GUI::Menu> m_context_menu_for_hyperlink;
|
||||
|
||||
Core::ElapsedTimer m_triple_click_timer;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue