Skip to content

Commit

Permalink
clippy cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
travolin committed Nov 6, 2024
1 parent 372888a commit a53193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tauri/src/platform/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use tauri::{Emitter, WebviewWindow};
use url::Url;
use windows::Win32::Foundation::HWND;
use windows::Win32::UI::WindowsAndMessaging::GetWindowPlacement;
use windows::Win32::UI::WindowsAndMessaging::{SHOW_WINDOW_CMD, WINDOWPLACEMENT};
use windows::Win32::UI::WindowsAndMessaging::WINDOWPLACEMENT;

pub fn is_visible(window: &WebviewWindow) -> bool {
if let Ok(handle) = window.hwnd() {
Expand Down

0 comments on commit a53193a

Please sign in to comment.