mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 12:49:53 +01:00
fix(toast): missing message icon
This commit is contained in:
@@ -29,7 +29,7 @@ function closePersistent(id: string) {
|
||||
removeToastFromStore(id);
|
||||
}
|
||||
|
||||
function showMessage(message: string, delay = 2000, icon = "check") {
|
||||
function showMessage(message: string, delay = 2000, icon = "bx bx-check") {
|
||||
console.debug(utils.now(), "message:", message);
|
||||
|
||||
addToast({
|
||||
|
||||
Reference in New Issue
Block a user