From 6167b6c7e9f49adee065646e2d28e28500753ebd Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Mon, 13 May 2024 22:47:35 +0100 Subject: Fix accelerators (#1752) * fix: accelerators with numbers * fix: control zoom in * fix logic on macOS * fix for linux * chore: prepare-code * chore: adjust comments --- src/electron/ipc-api/dnd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/electron') diff --git a/src/electron/ipc-api/dnd.ts b/src/electron/ipc-api/dnd.ts index 30ace7c84..240e4a1cf 100644 --- a/src/electron/ipc-api/dnd.ts +++ b/src/electron/ipc-api/dnd.ts @@ -8,7 +8,7 @@ export default async () => { if (!isMac) { return false; } - + // @ts-expect-error const { getDoNotDisturb } = await import('macos-notification-state'); if (!getDoNotDisturb) { -- cgit v1.2.3-70-g09d2