mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
feat(localization): enhance toast messages for better user feedback and localization support
This commit is contained in:
@@ -76,8 +76,8 @@ export class AppCore {
|
||||
}
|
||||
|
||||
// Show toast messages
|
||||
showToast(message, type = 'info') {
|
||||
showToast(message, type);
|
||||
showToast(key, params = {}, type = 'info') {
|
||||
showToast(key, params, type);
|
||||
}
|
||||
|
||||
// Initialize common UI features based on page type
|
||||
|
||||
Reference in New Issue
Block a user