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,