mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
feat(tauri): export TitleBarStyle for all platforms (#14013)
This commit is contained in:
5
.changes/export-TitleBarStyle-for-all-platform.md
Normal file
5
.changes/export-TitleBarStyle-for-all-platform.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
tauri: minor:enhance
|
||||
---
|
||||
|
||||
export `TitleBarStyle` for all platforms.
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user