mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-11 05:45:26 -06:00
fix(toast): missing message icon
This commit is contained in:
parent
b46850e86e
commit
888ff33be1
@ -29,7 +29,7 @@ function closePersistent(id: string) {
|
|||||||
removeToastFromStore(id);
|
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);
|
console.debug(utils.now(), "message:", message);
|
||||||
|
|
||||||
addToast({
|
addToast({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user