mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -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);
|
||||
}
|
||||
|
||||
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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user