Enhance folder management in Lora API and UI; update folder tags dynamically and improve cache handling

This commit is contained in:
Will Miao
2025-02-14 13:58:12 +08:00
parent 451f77b99b
commit a32940bcf6
5 changed files with 53 additions and 12 deletions

View File

@@ -194,7 +194,7 @@ export class DownloadManager {
modalManager.closeModal('downloadModal');
// Refresh the grid to show new model
window.refreshLoras();
window.refreshLoras(false);
} catch (error) {
showToast(error.message, 'error');
}