Skip to content

Commit

Permalink
Update core/tauri/src/window/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Oct 12, 2023
1 parent 3027e09 commit 645af0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/window/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//! The Tauri window types and functions.

pub mod plugin;
pub(crate) mod plugin;

use http::HeaderMap;
pub use tauri_utils::{config::Color, WindowEffect as Effect, WindowEffectState as EffectState};
Expand Down

0 comments on commit 645af0c

Please sign in to comment.