mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-27 04:52:47 +03:00
260 B
260 B
@tauri-apps/api |
---|
patch:feat |
Add APIs to enable setting window size constraints separately:
- Added
WindowSizeConstraints
interface inwindow
andwebviewWindow
modules. - Added
Window.setSizeConstraints
andWebviewWindow.setSizeConstraints