feat(tauri): export TitleBarStyle for all platforms (#14013)

This commit is contained in:
Sean Wang
2025-08-15 21:13:05 +08:00
committed by GitHub
parent 21ebc6e820
commit a3dc42477a
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
tauri: minor:enhance
---
export `TitleBarStyle` for all platforms.

View File

@@ -209,7 +209,6 @@ pub use tauri_runtime_wry::webview_version;
#[cfg_attr(docsrs, doc(cfg(target_os = "macos")))]
pub use runtime::ActivationPolicy;
#[cfg(target_os = "macos")]
pub use self::utils::TitleBarStyle;
use self::event::EventName;