diff --git a/packages/hoppscotch-selfhost-desktop/src-tauri/src/main.rs b/packages/hoppscotch-selfhost-desktop/src-tauri/src/main.rs index d061234b2..5662b67a5 100644 --- a/packages/hoppscotch-selfhost-desktop/src-tauri/src/main.rs +++ b/packages/hoppscotch-selfhost-desktop/src-tauri/src/main.rs @@ -29,6 +29,7 @@ fn main() { #[cfg(target_os = "macos")] setup_mac_window(app); } else if cfg!(target_os = "windows") { + #[cfg(target_os = "windows")] use win::window::setup_win_window; #[cfg(target_os = "windows")]