From 386afce7cba3fd4cd27b1e7a7129ab9f8891e810 Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sun, 18 Nov 2018 15:44:05 +0100 Subject: Re-enabled desktop enviroment field --- modules/computer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/computer.c') diff --git a/modules/computer.c b/modules/computer.c index 45c4502e..e3976e81 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -509,6 +509,7 @@ gchar *callback_os(void) info_field(_("User Name"), computer->os->username), info_field(_("Language"), computer->os->language), info_field(_("Home Directory"), computer->os->homedir), + info_field(_("Desktop Environment"), computer->os->desktop), info_field_last()); info_add_group(info, _("Security"), -- cgit v1.2.3