Add a display option to hide CPU usage number from CPU meter.

This commit is contained in:
Arnavion
2019-08-10 11:20:21 -07:00
parent 9703a25d1b
commit 1d5e6a27a0
4 changed files with 15 additions and 2 deletions

View File

@ -36,6 +36,7 @@ typedef struct Settings_ {
bool countCPUsFromZero;
bool detailedCPUTime;
bool showCPUUsage;
bool showCPUFrequency;
bool treeView;
bool showProgramPath;