mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-09-04 05:53:06 +00:00
enable storage information
This commit is contained in:
@@ -68,11 +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},
|
||||||
#if defined(__linux__)
|
{"storage", "Storage", sysinfo_backend_get_disk},
|
||||||
{"storage", "Storage", sysinfo_backend_get_disk, FALSE},
|
|
||||||
#else
|
|
||||||
{"storage", "Storage", sysinfo_backend_get_disk, TRUE},
|
|
||||||
#endif
|
|
||||||
{"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