Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher

Feature: Allow setting client identification name/version manually
This commit is contained in:
Michael Vetter
2023-04-09 18:24:23 +02:00
committed by GitHub
16 changed files with 151 additions and 86 deletions

View File

@@ -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);
}