From 44efbc0b88dbe87b099f8a33ee32312674c56a5c Mon Sep 17 00:00:00 2001 From: joshistoast Date: Mon, 30 Mar 2026 13:58:58 -0600 Subject: [PATCH] feat(model manager queue): disable actions dropdown if items disabled --- .../AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx index cc5b2797aa..c0ab751c9c 100644 --- a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx +++ b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueue.tsx @@ -284,7 +284,12 @@ export const ModelInstallQueue = memo(() => { {/* Destructive Actions go to the dropdown menu */} - } /> + } + disabled={!pruneAvailable && !hasCancelableInstalls} + /> {!isPrunePriority && (