mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 16:06:13 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
7c0004bfa0
commit
688ba3faf6
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export const sendNotification = (options: ISendNotificationOptions): Promise<num
|
|||
resolve(-1);
|
||||
}
|
||||
/// #else
|
||||
const timeoutType = options.timeoutType || "default";
|
||||
const timeoutType = options.timeoutType || "never";
|
||||
const timeoutId = window.setTimeout(() => {
|
||||
ipcRenderer.send(Constants.SIYUAN_CMD, {
|
||||
cmd: "notification",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue