Fix updating download queue start/stop button

This commit is contained in:
schroda
2025-05-24 17:07:24 +02:00
parent e0fb835f91
commit 2d34f67df4

View File

@@ -114,6 +114,7 @@ export const DownloadQueue: React.FC = () => {
</IconButton> </IconButton>
</CustomTooltip> </CustomTooltip>
</>, </>,
[status, isQueueEmpty],
); );
// Virtuoso's resize observer can throw this error, // Virtuoso's resize observer can throw this error,