1
Fork 0
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:
Maciej 2022-10-29 21:52:20 +02:00 committed by Sam Atkins
parent 38fb3257c8
commit c90024fbab
3 changed files with 23 additions and 0 deletions

View file

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