Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-09 09:00:59 +08:00
parent 3515e68e24
commit be5ec97952
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -958,6 +958,7 @@ app.whenReady().then(() => {
new Notification({
title: data.title,
body: data.body,
icon: path.join(appDir, "stage", "icon.png"),
}).show();
break;
case "setSpellCheckerLanguages":