Some cleanup

This commit is contained in:
Gregory Schier
2026-04-30 09:00:12 -07:00
parent d73d38f418
commit c901ad4cbd
6 changed files with 8 additions and 7 deletions
+1
View File
@@ -25,6 +25,7 @@ pub(crate) struct PluginState {
}
pub fn init<R: Runtime>() -> TauriPlugin<R> {
#[cfg_attr(not(target_os = "macos"), allow(unused_mut))]
let mut builder = plugin::Builder::new("yaak-mac-window")
.setup(move |app, _| {
app.manage(PluginState { native_titlebar: AtomicBool::new(false) });