From 6bb5e423eef4fa28583de3047de2e3af84e1a8b0 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 9 Mar 2026 09:20:40 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/17154 Signed-off-by: Daniel <845765@qq.com> --- app/electron/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/electron/main.js b/app/electron/main.js index 9bf72b4e5..c263e9ba6 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -959,6 +959,7 @@ app.whenReady().then(() => { title: data.title, body: data.body, icon: path.join(appDir, "stage", "icon.png"), + timeoutType: "never", }).show(); break; case "setSpellCheckerLanguages":