From f70f209239d51a5893f8f9f080b19b6ee94ff4af Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 18:22:59 -0300 Subject: New upstream version 2.0.9pre --- modules/computer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/computer.c') 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