ProcessManager: Show some basic system memory stats below the process table.

This really improves the feeling of "system overview" :^)
This commit is contained in:
Andreas Kling 2019-03-10 12:13:22 +01:00
commit 37388b311f
Notes: sideshowbarker 2024-07-19 15:05:34 +09:00
9 changed files with 158 additions and 9 deletions

View file

@ -13,8 +13,6 @@ public:
pid_t selected_pid() const;
Function<void(String)> on_status_message;
protected:
virtual void model_notification(const GModelNotification&) override;