mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
SystemMonitor: Display connection status icons in Network tab
This commit is contained in:
parent
c42f5a9e56
commit
13773d3ced
Notes:
sideshowbarker
2024-07-18 08:17:02 +09:00
Author: https://github.com/sppmacd
Commit: 13773d3ced
Pull-request: https://github.com/SerenityOS/serenity/pull/9022
Reviewed-by: https://github.com/kleinesfilmroellchen
2 changed files with 22 additions and 0 deletions
|
@ -25,4 +25,7 @@ private:
|
|||
RefPtr<GUI::JsonArrayModel> m_tcp_socket_model;
|
||||
RefPtr<GUI::JsonArrayModel> m_udp_socket_model;
|
||||
RefPtr<Core::Timer> m_update_timer;
|
||||
RefPtr<Gfx::Bitmap> m_network_connected_bitmap;
|
||||
RefPtr<Gfx::Bitmap> m_network_disconnected_bitmap;
|
||||
RefPtr<Gfx::Bitmap> m_network_link_down_bitmap;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue