mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
fix: update restart message for ComfyUI and LoRA Manager after successful update
This commit is contained in:
@@ -358,9 +358,10 @@ export class UpdateService {
|
|||||||
<i class="fas fa-check-circle" style="margin-right: 8px;"></i>
|
<i class="fas fa-check-circle" style="margin-right: 8px;"></i>
|
||||||
Successfully updated to ${newVersion}!
|
Successfully updated to ${newVersion}!
|
||||||
<br><br>
|
<br><br>
|
||||||
<small style="opacity: 0.8;">
|
<div style="opacity: 0.95; color: var(--lora-error); font-size: 1em;">
|
||||||
Please restart ComfyUI to complete the update process.
|
Please restart ComfyUI or LoRA Manager to apply update.<br>
|
||||||
</small>
|
Make sure to reload your browser for both LoRA Manager and ComfyUI.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
@@ -370,10 +371,10 @@ export class UpdateService {
|
|||||||
this.updateAvailable = false;
|
this.updateAvailable = false;
|
||||||
|
|
||||||
// Refresh the modal content
|
// Refresh the modal content
|
||||||
setTimeout(() => {
|
// setTimeout(() => {
|
||||||
this.updateModalContent();
|
// this.updateModalContent();
|
||||||
this.showUpdateProgress(false);
|
// this.showUpdateProgress(false);
|
||||||
}, 2000);
|
// }, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Simple markdown parser for changelog items
|
// Simple markdown parser for changelog items
|
||||||
|
|||||||
Reference in New Issue
Block a user