From 1d5e6a27a05ed44e6364a5b14c925503f8604a1f Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sat, 10 Aug 2019 11:20:21 -0700 Subject: Add a display option to hide CPU usage number from CPU meter. --- Settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index 54b15fce..0490faef 100644 --- a/Settings.h +++ b/Settings.h @@ -36,6 +36,7 @@ typedef struct Settings_ { bool countCPUsFromZero; bool detailedCPUTime; + bool showCPUUsage; bool showCPUFrequency; bool treeView; bool showProgramPath; -- cgit v1.2.3