From e4fcc3994539911bda7677bb7baa1865f2eadf4c Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 27 Feb 2024 20:45:48 +0100 Subject: FIX critical GLIB warning - just show result --- modules/computer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/computer.c b/modules/computer.c index fff8ba36..68629f2e 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -639,7 +639,8 @@ gchar *callback_security(void) info_add_group( info, _("Health"), - info_field_update(_("Available entropy in /dev/random"), 1000, .tag = g_strdup("entropy") ), + //info_field_update(_("Available entropy in /dev/random"), 1000, .tag = g_strdup("entropy") ), + info_field(_("Available entropy in /dev/random"), computer_get_entropy_avail() ), info_field_last()); info_add_group( -- cgit v1.2.3