Do not disable "save dynamic color theme" button during refresh
This commit is contained in:
@@ -79,11 +79,8 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => {
|
|||||||
{isLargeScreen && (
|
{isLargeScreen && (
|
||||||
<>
|
<>
|
||||||
{settings.mangaDynamicColorSchemes && (
|
{settings.mangaDynamicColorSchemes && (
|
||||||
<CustomTooltip
|
<CustomTooltip title={t('settings.appearance.manga_dynamic_color_schemes.save')}>
|
||||||
title={t('settings.appearance.manga_dynamic_color_schemes.save')}
|
<IconButton onClick={saveDynamicColorTheme} color="inherit">
|
||||||
disabled={refreshing}
|
|
||||||
>
|
|
||||||
<IconButton onClick={saveDynamicColorTheme} disabled={refreshing} color="inherit">
|
|
||||||
<ColorLensIcon />
|
<ColorLensIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</CustomTooltip>
|
</CustomTooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user