mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Ladybird: Add a simple TaskManager window for tracking child processes
This implementation uses a really basic WebView to update stats once a second. In the future it might make more sense to both move the details into LibWebView, and to create a native widget for each platform to remove the overhead of having an extra WebView.
This commit is contained in:
committed by
Andrew Kaster
parent
096feaaeb8
commit
31c0d00ab1
@@ -18,6 +18,7 @@ list(TRANSFORM FONTS PREPEND "${SERENITY_SOURCE_DIR}/Base/res/fonts/")
|
||||
|
||||
set(16x16_ICONS
|
||||
app-browser.png
|
||||
app-system-monitor.png
|
||||
audio-volume-high.png
|
||||
audio-volume-muted.png
|
||||
close-tab.png
|
||||
@@ -48,6 +49,7 @@ set(16x16_ICONS
|
||||
)
|
||||
set(32x32_ICONS
|
||||
app-browser.png
|
||||
app-system-monitor.png
|
||||
filetype-folder.png
|
||||
filetype-unknown.png
|
||||
msgbox-warning.png
|
||||
|
||||
Reference in New Issue
Block a user