mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
parent
27c5f364a8
commit
3303041c92
File diff suppressed because one or more lines are too long
@ -2391,6 +2391,18 @@ interface WindowOptions {
|
|||||||
* The user agent for the webview.
|
* The user agent for the webview.
|
||||||
*/
|
*/
|
||||||
userAgent?: string
|
userAgent?: string
|
||||||
|
/**
|
||||||
|
* Whether the window's native maximize button is enabled or not. Defaults to `true`.
|
||||||
|
*/
|
||||||
|
maximizable?: boolean
|
||||||
|
/**
|
||||||
|
* Whether the window's native minimize button is enabled or not. Defaults to `true`.
|
||||||
|
*/
|
||||||
|
minimizable?: boolean
|
||||||
|
/**
|
||||||
|
* Whether the window's native close button is enabled or not. Defaults to `true`.
|
||||||
|
*/
|
||||||
|
closable?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
function mapMonitor(m: Monitor | null): Monitor | null {
|
function mapMonitor(m: Monitor | null): Monitor | null {
|
||||||
|
Loading…
Reference in New Issue
Block a user