Fix download queue start/stop button tooltip text
This commit is contained in:
@@ -106,7 +106,7 @@ export const DownloadQueue: React.FC = () => {
|
||||
</CustomTooltip>
|
||||
|
||||
<CustomTooltip
|
||||
title={t(status === DownloaderState.Started ? 'global.button.start' : 'global.button.stop')}
|
||||
title={t(status === DownloaderState.Started ? 'global.button.stop' : 'global.button.start')}
|
||||
disabled={isQueueEmpty}
|
||||
>
|
||||
<IconButton onClick={toggleQueueStatus} disabled={isQueueEmpty} color="inherit">
|
||||
|
||||
Reference in New Issue
Block a user