fix(export): missing toast icon

This commit is contained in:
Elian Doran 2025-10-01 19:51:36 +03:00
parent 873c4c6636
commit f412874c73
No known key found for this signature in database

View File

@ -136,7 +136,7 @@ ws.subscribeToMessages(async (message) => {
id: id,
title: t("export.export_status"),
message: message,
icon: "arrow-square-up-right"
icon: "export"
};
}