summaryrefslogtreecommitdiffstats
path: root/src/freebsd
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2023-08-27 00:31:07 +0200
committeraristocratos <gnmjpl@gmail.com>2023-08-27 00:31:07 +0200
commita9bc0874d48dfef157a95d075e5e81ad248faa87 (patch)
treea7d3f755089042ac1d5211ae0da4c0e428847f22 /src/freebsd
parentb3970ee19cb6d240fcf40cd0077e61ae346da3af (diff)
Added show_gpu_info setting and Auto options for cpu graphs
Diffstat (limited to 'src/freebsd')
-rw-r--r--src/freebsd/btop_collect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freebsd/btop_collect.cpp b/src/freebsd/btop_collect.cpp
index 47598f0..7f93322 100644
--- a/src/freebsd/btop_collect.cpp
+++ b/src/freebsd/btop_collect.cpp
@@ -74,7 +74,7 @@ using namespace Tools;
namespace Cpu {
vector<long long> core_old_totals;
vector<long long> core_old_idles;
- vector<string> available_fields = {"total"};
+ vector<string> available_fields = {"Auto", "total"};
vector<string> available_sensors = {"Auto"};
cpu_info current_cpu;
bool got_sensors = false, cpu_temp_only = false;