mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
SystemMonitor: Condense process statistics displayed in processes tab
Previously, some non-default process statistics were displayed in a long human readable format in the processes tab, which could negatively affect readability. A shorter format is now used in the processes tab, while the process properties window retains the longer format.
This commit is contained in:
parent
c566ef2a9d
commit
7772637d03
Notes:
sideshowbarker
2024-07-17 06:29:49 +09:00
Author: https://github.com/tcl3
Commit: 7772637d03
Pull-request: https://github.com/SerenityOS/serenity/pull/22706
3 changed files with 22 additions and 8 deletions
|
@ -55,6 +55,8 @@ public:
|
|||
__Count
|
||||
};
|
||||
|
||||
static constexpr GUI::ModelRole DISPLAY_VERBOSE = static_cast<GUI::ModelRole>(0x101);
|
||||
|
||||
static ErrorOr<String> read_command_line(pid_t pid);
|
||||
|
||||
static ProcessModel& the();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue