mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
SystemMonitor: Only show the most important process stats by default
You can still enable additional columns via the context menu, and this gives us a much more focused default interface.
This commit is contained in:
@@ -99,7 +99,7 @@ String ProcessModel::column_name(int column) const
|
||||
case Column::Physical:
|
||||
return "Physical";
|
||||
case Column::DirtyPrivate:
|
||||
return "DirtyP";
|
||||
return "Private";
|
||||
case Column::CleanInode:
|
||||
return "CleanI";
|
||||
case Column::PurgeableVolatile:
|
||||
|
||||
Reference in New Issue
Block a user