mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 05:31:42 +03:00
438 B
438 B
tauri-utils |
---|
patch |
The window
allowlist now includes options to enable all window modification APIs: center
, close
, create
, hide
, maximize
, minimize
, print
, requestUserAttention
, setAlwaysOnTop
, setDecorations
, setFocus
, setFullscreen
, setIcon
, setMaxSize
, setMinSize
, setPosition
, setResizable
, setSize
, setSkipTaskbar
, setTitle
, show
, startDragging
, unmaximize
and unminimize
.