Control avatar ring visibility

This commit is contained in:
Ariful Alam
2022-09-08 21:46:09 +06:00
parent c375ec521f
commit f25f5bf2d5
6 changed files with 30 additions and 3 deletions

View File

@@ -177,6 +177,7 @@ export const sanitizeConfig = (config) => {
disableSwitch: config?.themeConfig?.disableSwitch || false,
respectPrefersColorScheme:
config?.themeConfig?.respectPrefersColorScheme || false,
hideAvatarRing: config?.themeConfig?.hideAvatarRing || false,
themes: themes,
customTheme: customTheme,
},