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 95a4bf4 commit 4032872Copy full SHA for 4032872
src/plugins/global-keybinds/index.ts
@@ -1,14 +1,13 @@
1
import { globalShortcut, ipcMain } from 'electron';
2
import prompt, { type KeybindOptions } from 'custom-electron-prompt';
3
4
-import type { BackendContext } from '@/types/contexts';
5
-
6
import { eventRace } from './utils';
7
import { createPlugin } from '@/utils';
8
9
import promptOptions from '@/providers/prompt-options';
10
import { onPlayerApiReady } from './renderer';
11
import { t } from '@/i18n';
+import type { BackendContext } from '@/types/contexts';
12
13
export type GlobalKeybindsPluginConfig = {
14
enabled: boolean;
0 commit comments