Skip to content

Commit 808effb

Browse files
fix: remove async from global-keybinds refresh event handler
1 parent 4d239eb commit 808effb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/global-keybinds/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default createPlugin({
215215
globalShortcut.unregisterAll();
216216
});
217217

218-
ipcMain.on('global-keybinds:refresh', async () => {
218+
ipcMain.on('global-keybinds:refresh', () => {
219219
registerShortcuts({
220220
getConfig,
221221
ipc,

0 commit comments

Comments
 (0)