We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808effb commit 40e3001Copy full SHA for 40e3001
src/plugins/global-keybinds/index.ts
@@ -1,8 +1,8 @@
1
import { globalShortcut, ipcMain } from 'electron';
2
import prompt, { type KeybindOptions } from 'custom-electron-prompt';
3
+import type { BackendContext } from '@/types/contexts';
4
5
import { eventRace } from './utils';
-import type { BackendContext } from '@/types/contexts';
6
import { createPlugin } from '@/utils';
7
8
import promptOptions from '@/providers/prompt-options';
0 commit comments