[Desktop] Update uv cache clear task to show terminal (#2598)

This commit is contained in:
filtered
2025-02-17 23:33:34 +11:00
committed by GitHub
parent c757fbaeb4
commit 336b3caf9a

View File

@@ -119,6 +119,7 @@ export const DESKTOP_MAINTENANCE_TASKS: Readonly<MaintenanceTask>[] = [
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,