diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index ec2e0bd4..5db4205b 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -2435,7 +2435,7 @@ function App() { actionsWithCatch.forEach(([key, action]) => electron.ipcRenderer.off(key, action)); electron.ipcRenderer.off('apiKeyboardAction', tryApiKeyboardAction); }; - }, [checkFileOpened, customOutDir, detectedFps, filePath, getFrameCount, getKeyboardAction, loadCutSegments, mainActions, selectedSegments, userOpenFiles]); + }, [checkFileOpened, customOutDir, detectedFps, filePath, getFrameCount, getKeyboardAction, loadCutSegments, mainActions, selectedSegments, toggleKeyboardShortcuts, userOpenFiles]); useEffect(() => { async function onDrop(ev: DragEvent) {