1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 20:35:49 +05:30

chore: bumped up to v0.4.2

This commit is contained in:
2026-03-03 13:21:54 +05:30
Verified
parent d66334ab85
commit d5a6eba383
9 changed files with 484 additions and 408 deletions

View File

@@ -398,7 +398,7 @@ function AppFolderSettings() {
<AlertDialogTrigger asChild>
<Button
variant="destructive"
disabled={ongoingDownloads.length > 0}
disabled={ongoingDownloads.length > 0 || isFlatpak}
>
<BrushCleaning className="size-4" /> Clean
</Button>