diff options
author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2018-11-18 15:44:05 +0100 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-11-19 03:12:23 -0800 |
commit | 386afce7cba3fd4cd27b1e7a7129ab9f8891e810 (patch) | |
tree | b14a0befd06a39bedab5cba9ca0c7c704096ba20 | |
parent | ed47b30744de97b697c2fede987a2d7d4cdd7116 (diff) |
Re-enabled desktop enviroment field
-rw-r--r-- | modules/computer.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |