mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed broken toast for Clear All User Metadata.
This commit is contained in:
@@ -674,7 +674,7 @@ function clearAllMetadata(evt) {
|
||||
}
|
||||
});
|
||||
|
||||
toast.text('All user-added metadata has been cleared.');
|
||||
toast('All user-added metadata has been cleared.');
|
||||
}
|
||||
}).catch(processCefError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user