Change "save dynamic theme" button toolbar menu position
This commit is contained in:
@@ -78,13 +78,6 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => {
|
|||||||
<>
|
<>
|
||||||
{isLargeScreen && (
|
{isLargeScreen && (
|
||||||
<>
|
<>
|
||||||
{settings.mangaDynamicColorSchemes && (
|
|
||||||
<CustomTooltip title={t('settings.appearance.manga_dynamic_color_schemes.save')}>
|
|
||||||
<IconButton onClick={saveDynamicColorTheme} color="inherit">
|
|
||||||
<ColorLensIcon />
|
|
||||||
</IconButton>
|
|
||||||
</CustomTooltip>
|
|
||||||
)}
|
|
||||||
<CustomTooltip title={t('manga.label.reload_from_source')} disabled={refreshing}>
|
<CustomTooltip title={t('manga.label.reload_from_source')} disabled={refreshing}>
|
||||||
<IconButton
|
<IconButton
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -96,6 +89,13 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => {
|
|||||||
<Refresh />
|
<Refresh />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</CustomTooltip>
|
</CustomTooltip>
|
||||||
|
{settings.mangaDynamicColorSchemes && (
|
||||||
|
<CustomTooltip title={t('settings.appearance.manga_dynamic_color_schemes.save')}>
|
||||||
|
<IconButton onClick={saveDynamicColorTheme} color="inherit">
|
||||||
|
<ColorLensIcon />
|
||||||
|
</IconButton>
|
||||||
|
</CustomTooltip>
|
||||||
|
)}
|
||||||
{manga.inLibrary && (
|
{manga.inLibrary && (
|
||||||
<>
|
<>
|
||||||
<CustomTooltip title={t('global.button.migrate')}>
|
<CustomTooltip title={t('global.button.migrate')}>
|
||||||
|
|||||||
Reference in New Issue
Block a user