mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 09:56:21 +00:00
Allow setting client identification name/version manually
Add changes allowing user to switch client name and version. Useful for enhancing user privacy. Minor cleanup.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user