From 460ced3a5107e4b8178a16831450851b6bf5bc2c Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sat, 10 Dec 2022 17:56:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 9ba5e22..8ca493f 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -120,9 +120,7 @@ fn main() -> wry::Result<()> { .unwrap(); #[cfg(target_os = "linux")] - let window = common_window - .build(&event_loop) - .unwrap(); + let window = common_window.build(&event_loop).unwrap(); #[cfg(target_os = "macos")] let window = common_window