feat: add fullscreen toggle prop to desktop player controls.

This commit is contained in:
kuekhaoyang
2025-12-26 11:55:15 +08:00
parent 8e985e2268
commit a6d65ba432
@@ -84,6 +84,7 @@ export function DesktopControlsWrapper({ src, state, logic, refs }: DesktopContr
onToggleMute={toggleMute}
onVolumeChange={handleVolumeChange}
onVolumeMouseDown={handleVolumeMouseDown}
onToggleFullscreen={toggleFullscreen}
onTogglePictureInPicture={togglePictureInPicture}
onShowAirPlayMenu={showAirPlayMenu}
onShowCastMenu={showCastMenu}