From 6f05ce6cc2b1a1d9720e1abbd2bd5ee95644cbc7 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:25:04 +1100 Subject: [PATCH] [Desktop] Add restart app instruction to git fix task (#2322) --- src/constants/desktopMaintenanceTasks.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/constants/desktopMaintenanceTasks.ts b/src/constants/desktopMaintenanceTasks.ts index 65a9f8962..82f1637b0 100644 --- a/src/constants/desktopMaintenanceTasks.ts +++ b/src/constants/desktopMaintenanceTasks.ts @@ -31,8 +31,10 @@ export const DESKTOP_MAINTENANCE_TASKS: Readonly[] = [ execute: () => openUrl('https://git-scm.com/downloads/'), name: 'Download git', shortDescription: 'Open the git download page.', + errorDescription: + 'Git is missing. Please download and install git, then restart ComfyUI Desktop.', description: - 'Git is required to download and manage custom nodes and other extensions. This fixer simply opens the download page in your browser. You must download and install git manually.', + 'Git is required to download and manage custom nodes and other extensions. This task opens the download page in your default browser, where you can download the latest version of git. Once you have installed git, please restart ComfyUI Desktop.', button: { icon: PrimeIcons.EXTERNAL_LINK, text: 'Download'