chore: bumped up to v0.4.2

This commit is contained in:
Subhamoy Biswas
2026-03-03 13:21:54 +05:30
parent d66334ab85
commit d5a6eba383
9 changed files with 484 additions and 408 deletions
@@ -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>