Added better archive functionalty (backend side atm)
Code refactoring
This commit is contained in:
@@ -348,7 +348,7 @@ const DownloadDialog: FC<Props> = ({ open, onClose, onDownloadStart }) => {
|
||||
disabled={url === ''}
|
||||
onClick={() => settings.formatSelection
|
||||
? startTransition(() => sendUrlFormatSelection())
|
||||
: sendUrl()
|
||||
: startTransition(async () => await sendUrl())
|
||||
}
|
||||
>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user