summaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2019-08-10 11:20:21 -0700
committerArnavion <arnavion@gmail.com>2019-08-10 11:20:21 -0700
commit1d5e6a27a05ed44e6364a5b14c925503f8604a1f (patch)
treea250edaefa7049842a8d827e2d851fc9b2f8e91e /DisplayOptionsPanel.c
parent9703a25d1b30a25aead4802fecd462dfac36e011 (diff)
Add a display option to hide CPU usage number from CPU meter.
Diffstat (limited to 'DisplayOptionsPanel.c')
-rw-r--r--DisplayOptionsPanel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/DisplayOptionsPanel.c b/DisplayOptionsPanel.c
index 0c741684..6c10eabe 100644
--- a/DisplayOptionsPanel.c
+++ b/DisplayOptionsPanel.c
@@ -97,6 +97,7 @@ DisplayOptionsPanel* DisplayOptionsPanel_new(Settings* settings, ScreenManager*
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Count CPUs from 0 instead of 1"), &(settings->countCPUsFromZero)));
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Update process names on every refresh"), &(settings->updateProcessNames)));
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Add guest time in CPU meter percentage"), &(settings->accountGuestInCPUMeter)));
+ Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Also show CPU percentage numerically"), &(settings->showCPUUsage)));
Panel_add(super, (Object*) CheckItem_newByRef(xStrdup("Also show CPU frequency"), &(settings->showCPUFrequency)));
return this;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy