set_video_fullscreen
Toggle native fullscreen to expand video display. Use parameter true to enter, false to exit.
Instructions
Toggle the main window into native OS-level fullscreen. On macOS uses setSimpleFullScreen (works with the focusable:false main window — doesn't need key window); other platforms use standard setFullScreen. Used by the History video-expand button (PR #143). For UI font zoom use set_font_size; for in-window maximize use maximize_window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on | Yes | true = enter fullscreen, false = exit. |