Fix save "dynamic color theme" dialog title
This commit is contained in:
@@ -59,7 +59,7 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => {
|
||||
|
||||
const saveDynamicColorTheme = () => {
|
||||
AwaitableComponent.show(ThemeCreationDialog, {
|
||||
mode: 'create',
|
||||
mode: 'save_dynamic',
|
||||
appTheme: {
|
||||
id: '',
|
||||
getName: () => '',
|
||||
|
||||
Reference in New Issue
Block a user