From ab0e5880a461d781f9b98539895caba74a080977 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:19:18 +1100 Subject: [PATCH] Revert "Hide cursor for native Windows capture" This reverts commit 34e9a5a827455c92588f70753325d6491ba051d0. --- electron/ipc/handlers.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/electron/ipc/handlers.ts b/electron/ipc/handlers.ts index de7d16eb..9a8060b9 100644 --- a/electron/ipc/handlers.ts +++ b/electron/ipc/handlers.ts @@ -2138,7 +2138,6 @@ body{background:transparent;overflow:hidden;width:100vw;height:100vh} } try { - hideCursor() const exePath = getWindowsCaptureExePath() const recordingsDir = await getRecordingsDir() const timestamp = Date.now() @@ -2200,7 +2199,6 @@ body{background:transparent;overflow:hidden;width:100vw;height:100vh} } catch (error) { console.error('Failed to start native Windows capture:', error) try { windowsCaptureProcess?.kill() } catch { /* ignore */ } - showCursor() windowsNativeCaptureActive = false nativeScreenRecordingActive = false windowsCaptureProcess = null