Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leave disables as in other part
Browse files Browse the repository at this point in the history
Alphrag committed May 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 47f9dab commit 75e4268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/electron/ipc-api/dnd.ts
Original file line number Diff line number Diff line change
@@ -8,8 +8,7 @@ export default async () => {
if (!isMac) {
return false;
}

// eslint-disable-next-line @typescript-eslint/ban-ts-comment, @typescript-eslint/prefer-ts-expect-error
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
// @ts-ignore
const { getDoNotDisturb } = await import('macos-notification-state');

0 comments on commit 75e4268

Please sign in to comment.