|
@@ -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,
|