Themes: Put experimental themes in an Experimental group (#102989)

put experimental themes in an Experimental group
This commit is contained in:
Ashley Harrison
2025-03-31 09:38:19 +01:00
committed by GitHub
parent 18ae5d7f0c
commit ae0bcbd006
2 changed files with 3 additions and 1 deletions
@@ -90,6 +90,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
this.themeOptions = themes.map((theme) => ({
value: theme.id,
label: getTranslatedThemeName(theme),
group: theme.isExtra ? t('shared-preferences.theme.experimental', 'Experimental') : undefined,
}));
// Add default option
+2 -1
View File
@@ -5128,7 +5128,8 @@
"week-start-label": "Week start"
},
"theme": {
"default-label": "Default"
"default-label": "Default",
"experimental": "Experimental"
},
"title": "Preferences"
},