mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
Update refreshModels to pass folder update flag to resetAndReloadFunction
This commit is contained in:
@@ -507,7 +507,7 @@ export async function refreshModels(options = {}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (typeof resetAndReloadFunction === 'function') {
|
if (typeof resetAndReloadFunction === 'function') {
|
||||||
await resetAndReloadFunction();
|
await resetAndReloadFunction(true); // update folders
|
||||||
}
|
}
|
||||||
|
|
||||||
showToast(`Refresh complete`, 'success');
|
showToast(`Refresh complete`, 'success');
|
||||||
|
|||||||
Reference in New Issue
Block a user