fix(recording): preserve compact HUD drag position

This commit is contained in:
wiiiii123
2026-05-24 20:59:03 +07:00
parent 513e79a8be
commit ca05922d47
4 changed files with 105 additions and 5 deletions
+1 -2
View File
@@ -427,8 +427,7 @@ function LaunchWindowContent() {
const hudMode = finalizing ? "finalizing" : recording ? "recording" : "idle";
const useNativeHudBarDrag =
(platform === "linux" || hudOverlayMousePassthroughSupported === false) &&
!showRecordingWebcamPreview;
platform === "linux" || hudOverlayMousePassthroughSupported === false;
return (
<HudInteractionContext.Provider value={{ onMouseEnter: handleHudMouseEnter, onMouseLeave: handleHudMouseLeave }}>