From 835584cc8582f48105b76ff5a63f589e45279faf Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sun, 27 Jul 2025 21:20:09 +0800 Subject: [PATCH] fix: update restart message for ComfyUI and LoRA Manager after successful update --- static/js/managers/UpdateService.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/static/js/managers/UpdateService.js b/static/js/managers/UpdateService.js index dc95f98d..e7a7bb49 100644 --- a/static/js/managers/UpdateService.js +++ b/static/js/managers/UpdateService.js @@ -358,9 +358,10 @@ export class UpdateService { Successfully updated to ${newVersion}!

- - Please restart ComfyUI to complete the update process. - +
+ Please restart ComfyUI or LoRA Manager to apply update.
+ Make sure to reload your browser for both LoRA Manager and ComfyUI. +
`; } @@ -370,10 +371,10 @@ export class UpdateService { this.updateAvailable = false; // Refresh the modal content - setTimeout(() => { - this.updateModalContent(); - this.showUpdateProgress(false); - }, 2000); + // setTimeout(() => { + // this.updateModalContent(); + // this.showUpdateProgress(false); + // }, 2000); } // Simple markdown parser for changelog items