Update refreshModels to pass folder update flag to resetAndReloadFunction

This commit is contained in:
Will Miao
2025-05-13 15:25:40 +08:00
parent d6e175c1f1
commit c5c9659c76

View File

@@ -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');