fix(desktop): remove titlebar inset in fullscreen (#38793)
This commit is contained in:
parent
09afffeead
commit
a9afed0515
8 changed files with 48 additions and 92 deletions
|
|
@ -97,6 +97,9 @@ type PlatformBase = {
|
|||
/** Webview zoom level (desktop only) */
|
||||
webviewZoom?: Accessor<number>
|
||||
|
||||
/** Whether the native desktop window is fullscreen */
|
||||
windowFullscreen?: Accessor<boolean>
|
||||
|
||||
/** Get whether native pinch/Ctrl-scroll zoom gestures are enabled (desktop only) */
|
||||
getPinchZoomEnabled?(): Promise<boolean> | boolean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue