mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-30 09:10:19 +00:00
sysinfo: Disable storage output by default; it is always wrong.
This commit is contained in:
@@ -68,7 +68,7 @@ static hwinfo hwinfos[] = {
|
|||||||
{"os", "OS", sysinfo_backend_get_os},
|
{"os", "OS", sysinfo_backend_get_os},
|
||||||
{"cpu", "CPU", sysinfo_backend_get_cpu},
|
{"cpu", "CPU", sysinfo_backend_get_cpu},
|
||||||
{"memory", "Memory", sysinfo_backend_get_memory},
|
{"memory", "Memory", sysinfo_backend_get_memory},
|
||||||
{"storage", "Storage", sysinfo_backend_get_disk},
|
{"storage", "Storage", sysinfo_backend_get_disk, TRUE},
|
||||||
{"gpu", "GPU", sysinfo_backend_get_gpu},
|
{"gpu", "GPU", sysinfo_backend_get_gpu},
|
||||||
{"chipset", "CHIPSET", sysinfo_backend_get_chipset, TRUE},
|
{"chipset", "CHIPSET", sysinfo_backend_get_chipset, TRUE},
|
||||||
{"sound", "Sound", sysinfo_backend_get_sound, TRUE},
|
{"sound", "Sound", sysinfo_backend_get_sound, TRUE},
|
||||||
|
|||||||
Reference in New Issue
Block a user