Revert "Hide cursor for native Windows capture"

This reverts commit 34e9a5a827.
This commit is contained in:
webadderall
2026-03-19 00:19:18 +11:00
parent 34e9a5a827
commit ab0e5880a4
-2
View File
@@ -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