mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
SystemMonitor: Add context menu for opening adapter in NetworkSettings
This commit is contained in:
parent
38fb3257c8
commit
c90024fbab
3 changed files with 23 additions and 0 deletions
|
@ -22,6 +22,7 @@ private:
|
|||
void update_models();
|
||||
|
||||
RefPtr<GUI::TableView> m_adapter_table_view;
|
||||
RefPtr<GUI::Menu> m_adapter_context_menu;
|
||||
RefPtr<GUI::TableView> m_tcp_socket_table_view;
|
||||
RefPtr<GUI::TableView> m_udp_socket_table_view;
|
||||
RefPtr<GUI::JsonArrayModel> m_adapter_model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue