From 0ac0ad5e09eb80cbd2e92d58363593e19be3c80e Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sat, 10 Dec 2022 17:58:32 +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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 8ca493f..91ddbe2 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -29,8 +29,6 @@ use wry::window::Icon; #[cfg(target_os = "linux")] use wry::webview::WebContext; - - fn main() -> wry::Result<()> { #[cfg(target_os = "macos")] let mut menu_bar_menu = Menu::new();