Fix save "dynamic color theme" dialog title

This commit is contained in:
schroda
2026-01-02 22:50:12 +01:00
parent ce4eb98cbc
commit 3ef4e92114
2 changed files with 2 additions and 2 deletions

View File

@@ -1156,7 +1156,7 @@
"appearance": {
"manga_dynamic_color_schemes": {
"description": "Changes the theme colors on the manga page based on the thumbnail",
"save": "Save color theme",
"save": "Save dynamic color theme",
"set_active": "Set as active theme",
"title": "Dynamic theme colors on manga page"
},

View File

@@ -59,7 +59,7 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => {
const saveDynamicColorTheme = () => {
AwaitableComponent.show(ThemeCreationDialog, {
mode: 'create',
mode: 'save_dynamic',
appTheme: {
id: '',
getName: () => '',