Skip to content

Commit a3dc424

Browse files
authored
feat(tauri): export TitleBarStyle for all platforms (#14013)
1 parent 21ebc6e commit a3dc424

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri: minor:enhance
3+
---
4+
5+
export `TitleBarStyle` for all platforms.

crates/tauri/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ pub use tauri_runtime_wry::webview_version;
209209
#[cfg_attr(docsrs, doc(cfg(target_os = "macos")))]
210210
pub use runtime::ActivationPolicy;
211211

212-
#[cfg(target_os = "macos")]
213212
pub use self::utils::TitleBarStyle;
214213

215214
use self::event::EventName;

0 commit comments

Comments
 (0)