mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
fix(export): missing toast icon
This commit is contained in:
parent
873c4c6636
commit
f412874c73
@ -136,7 +136,7 @@ ws.subscribeToMessages(async (message) => {
|
|||||||
id: id,
|
id: id,
|
||||||
title: t("export.export_status"),
|
title: t("export.export_status"),
|
||||||
message: message,
|
message: message,
|
||||||
icon: "arrow-square-up-right"
|
icon: "export"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user