From 336b3caf9ad6c2c9208e2b2dbc4a628d5510620b Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:33:34 +1100 Subject: [PATCH] [Desktop] Update uv cache clear task to show terminal (#2598) --- src/constants/desktopMaintenanceTasks.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/desktopMaintenanceTasks.ts b/src/constants/desktopMaintenanceTasks.ts index 82f1637b0..ffe11c737 100644 --- a/src/constants/desktopMaintenanceTasks.ts +++ b/src/constants/desktopMaintenanceTasks.ts @@ -119,6 +119,7 @@ export const DESKTOP_MAINTENANCE_TASKS: Readonly[] = [ description: 'This will remove the uv cache directory and its contents. All downloaded python packages will need to be downloaded again.', confirmText: 'Delete uv cache of python packages?', + usesTerminal: true, isInstallationFix: true, button: { icon: PrimeIcons.TRASH,