mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 00:46:21 +00:00
Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher
Feature: Allow setting client identification name/version manually
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