mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
fix: flag capitalization on documentation
This commit is contained in:
parent
be07343b52
commit
4541eaf2cb
@ -560,7 +560,7 @@ pub struct WindowConfig {
|
||||
pub focus: bool,
|
||||
/// Whether the window is transparent or not.
|
||||
///
|
||||
/// Note that on `macOS` this requires the `macos-private-api` feature flag, enabled under `tauri.conf.json > tauri > macosPrivateApi`.
|
||||
/// Note that on `macOS` this requires the `macos-private-api` feature flag, enabled under `tauri.conf.json > tauri > macOSPrivateApi`.
|
||||
/// WARNING: Using private APIs on `macOS` prevents your application from being accepted for the `App Store`.
|
||||
#[serde(default)]
|
||||
pub transparent: bool,
|
||||
|
@ -1225,7 +1225,7 @@ interface WindowOptions {
|
||||
focus?: boolean
|
||||
/**
|
||||
* Whether the window is transparent or not.
|
||||
* Note that on `macOS` this requires the `macos-private-api` feature flag, enabled under `tauri.conf.json > tauri > macosPrivateApi`.
|
||||
* Note that on `macOS` this requires the `macos-private-api` feature flag, enabled under `tauri.conf.json > tauri > macOSPrivateApi`.
|
||||
* WARNING: Using private APIs on `macOS` prevents your application from being accepted for the `App Store`.
|
||||
*/
|
||||
transparent?: boolean
|
||||
|
Loading…
Reference in New Issue
Block a user