Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-09 17:11:48 +08:00
parent 688ba3faf6
commit f390f88ddd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -67,7 +67,7 @@ export const sendNotification = (options: ISendNotificationOptions): Promise<num
resolve(-1);
}
/// #else
const timeoutType = options.timeoutType || "never";
const timeoutType = options.timeoutType || "default";
const timeoutId = window.setTimeout(() => {
ipcRenderer.send(Constants.SIYUAN_CMD, {
cmd: "notification",