From 4636a29a9f6fdd3571c5f6b8b2a1806bb3545724 Mon Sep 17 00:00:00 2001 From: danielriosr <68661990+danielriosr@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:58:00 -0400 Subject: [PATCH] fix(library): minor change UI bulk uninstall --- src/modules/library/components/LibraryToolbar.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/library/components/LibraryToolbar.tsx b/src/modules/library/components/LibraryToolbar.tsx index 1f0b459..954094a 100644 --- a/src/modules/library/components/LibraryToolbar.tsx +++ b/src/modules/library/components/LibraryToolbar.tsx @@ -1,4 +1,4 @@ -import { CheckCheck, CheckSquare, Grid3X3, List, Play, Plus, Search, X } from "lucide-react"; +import { CheckCheck, Grid3X3, List, Play, Plus, Search, Trash2, X } from "lucide-react"; import { Button, IconButton, Kbd, Tooltip } from "@/components"; import type { InstalledMod, PatcherStatus } from "@/lib/tauri"; @@ -127,9 +127,10 @@ export function LibraryToolbar({ size="sm" onClick={selectMode ? exitSelectMode : enterSelectMode} disabled={isPatcherActive || isLoading} - left={} + left={} + className="min-w-[108px]" > - Select + {selectMode ? "Cancel" : "Uninstall"}