This commit is contained in:
2025-05-12 16:50:25 -04:00
56 changed files with 3435 additions and 1463 deletions

View File

@ -533,7 +533,6 @@ function initThemingSettings ({ registerSetting }: RegisterServerOptions): void
] as Array<{ value: ConverseJSTheme, label: string }>,
descriptionHTML: loc('converse_theme_description')
})
registerSetting({
name: 'converse-autocolors',
label: loc('autocolors_label'),
@ -542,6 +541,12 @@ function initThemingSettings ({ registerSetting }: RegisterServerOptions): void
private: false,
descriptionHTML: loc('autocolors_description')
})
registerSetting({
name: 'converse-theme-warning',
type: 'html',
private: true,
descriptionHTML: loc('converse_theme_warning_description')
})
registerSetting({
name: 'chat-style',