From 589a5ae8e58eb4d18c676b4f659048f3d6ae1c2a Mon Sep 17 00:00:00 2001 From: Alphrag <34252790+Alphrag@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:31:22 +0100 Subject: Update macos-notification-state for patched v3.0.0 (#1361) --- 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 6e6e0920f..30ace7c84 100644 --- a/src/electron/ipc-api/dnd.ts +++ b/src/electron/ipc-api/dnd.ts @@ -17,7 +17,7 @@ export default async () => { } try { - const isDND = getDoNotDisturb(); + const isDND = await getDoNotDisturb(); debug('Fetching DND state, set to', isDND); return isDND; } catch (error) { -- cgit v1.2.3-54-g00ecf