ui_cpu: check cpu count :)

This commit is contained in:
Alastair Poole 2020-09-08 13:47:01 +01:00
parent 0d34b4df40
commit 9c62b9687b
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ ui_win_cpu_add(Ui *ui)
evas_object_show(box);
cpu_count = system_cpu_online_count_get();
if (1 || cpu_count > 4)
if (cpu_count > 4)
_complex(ui, box);
else
_graphs(ui, box);