From 5d3c8ce7c164f74f606ff06d1adf849821591a51 Mon Sep 17 00:00:00 2001 From: John Hernandez <129467592+H3rnand3zzz@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:58:09 +0200 Subject: Allow setting client identification name/version manually Add changes allowing user to switch client name and version. Useful for enhancing user privacy. Minor cleanup. --- src/ui/console.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/console.c') diff --git a/src/ui/console.c b/src/ui/console.c index f34f6f03..12b126c3 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -1064,6 +1064,9 @@ cons_show_account(ProfAccount* account) if (account->startscript) { cons_show("Start script : %s", account->startscript); } + if (account->client) { + cons_show("Client name : %s", account->client); + } if (account->theme) { cons_show("Theme : %s", account->theme); } -- cgit 1.4.1-2-gfad0