Skip to content

Commit

Permalink
window_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
liqwtf committed Oct 3, 2024
1 parent c41aa61 commit 43f0150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/utils/window_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use windows_version::OsVersion;
pub trait WebviewWindowExt {
fn apply_window_effects(&self) -> Result<&WebviewWindow>;
}
//

impl WebviewWindowExt for WebviewWindow {
fn apply_window_effects(&self) -> Result<&WebviewWindow> {
Expand Down

0 comments on commit 43f0150

Please sign in to comment.