From 0c26f6f4d030fe6131fa180fa112aef7737f6c1c Mon Sep 17 00:00:00 2001 From: "949036910@qq.com" <> Date: Sat, 30 May 2026 19:12:09 +0800 Subject: [PATCH] 1 --- src-tauri/src/lib.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 86a6442..25f0b87 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -97,8 +97,10 @@ pub fn run() { api_client::spawn_heartbeat_loop(heartbeat_handle); WebviewWindowBuilder::new(app, "main", webview_url()) - .title("MyApp") - .build()?; + .title("aiclient") + .decorations(false) + .resizable(true) + .build()?; Ok(()) })