mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 07:56:14 +01:00
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # app/src/plugin/platformUtils.ts
This commit is contained in:
commit
4be2b8d023
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export const sendNotification = (options: {
|
|||
cmd: "notification",
|
||||
title,
|
||||
body,
|
||||
timeoutType: options.timeoutType || "never"
|
||||
timeoutType: options.timeoutType || "default"
|
||||
});
|
||||
}, delayInSeconds * 1000);
|
||||
resolve(timeoutId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue