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

5
types/index.d.ts vendored
View File

@@ -186,6 +186,11 @@ export interface ThemeConfig {
*/
respectPrefersColorScheme?: boolean;
/**
* Hide the ring in Profile picture
*/
hideAvatarRing?: boolean;
/**
* Available themes
*/