Fix download queue start/stop button tooltip text

This commit is contained in:
schroda
2025-09-28 22:34:50 +02:00
parent c1f9699834
commit 29e3f64527

View File

@@ -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">