Add success toast after file conversion

This commit is contained in:
thefoxcost 2025-11-28 12:38:51 -08:00
parent c32d447a07
commit 63cc7db2e0
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export class VertFile {
this.processing = false; this.processing = false;
return res; return res;
} }
// here
private toastSuccess() { private toastSuccess() {
ToastManager.add({ ToastManager.add({
type: "success", type: "success",