Fix save "dynamic color theme" dialog title
This commit is contained in:
@@ -1156,7 +1156,7 @@
|
|||||||
"appearance": {
|
"appearance": {
|
||||||
"manga_dynamic_color_schemes": {
|
"manga_dynamic_color_schemes": {
|
||||||
"description": "Changes the theme colors on the manga page based on the thumbnail",
|
"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",
|
"set_active": "Set as active theme",
|
||||||
"title": "Dynamic theme colors on manga page"
|
"title": "Dynamic theme colors on manga page"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => {
|
|||||||
|
|
||||||
const saveDynamicColorTheme = () => {
|
const saveDynamicColorTheme = () => {
|
||||||
AwaitableComponent.show(ThemeCreationDialog, {
|
AwaitableComponent.show(ThemeCreationDialog, {
|
||||||
mode: 'create',
|
mode: 'save_dynamic',
|
||||||
appTheme: {
|
appTheme: {
|
||||||
id: '',
|
id: '',
|
||||||
getName: () => '',
|
getName: () => '',
|
||||||
|
|||||||
Reference in New Issue
Block a user