From 251121c05f170a64978e9927d30d0acb654a67d0 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 21 Nov 2025 18:53:24 +0800 Subject: [PATCH] simplify type --- src/renderer/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index a7dbd0fd..e65bc2ef 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -1934,7 +1934,7 @@ function App() { seekAccelerationRef.current *= keyboardSeekAccFactor; } - const ret: Record boolean) | (() => void)> = { + const ret: Record void> = { // NOTE: Do not change these keys because users have bound keys by these names in their config files // For actions, see also KeyboardShortcuts.jsx togglePlayNoResetSpeed: () => togglePlay(),