chore: bug fix cleanup (#4)

This commit is contained in:
hampus-fluxer
2026-01-03 06:44:40 +01:00
committed by GitHub
parent 275126d61b
commit c9c5dceb47
80 changed files with 4639 additions and 3709 deletions

View File

@@ -582,6 +582,7 @@ export function registerIpcHandlers(): void {
const notificationOpts: Electron.NotificationConstructorOptions = {
title: options.title,
body: options.body,
silent: true,
};
if (options.icon) {