mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
fix(export): missing toast icon
This commit is contained in:
@@ -136,7 +136,7 @@ ws.subscribeToMessages(async (message) => {
|
||||
id: id,
|
||||
title: t("export.export_status"),
|
||||
message: message,
|
||||
icon: "arrow-square-up-right"
|
||||
icon: "export"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user