This commit is contained in:
949036910@qq.com
2026-05-30 19:12:09 +08:00
parent 9c6650373f
commit 0c26f6f4d0

View File

@@ -97,8 +97,10 @@ pub fn run() {
api_client::spawn_heartbeat_loop(heartbeat_handle); api_client::spawn_heartbeat_loop(heartbeat_handle);
WebviewWindowBuilder::new(app, "main", webview_url()) WebviewWindowBuilder::new(app, "main", webview_url())
.title("MyApp") .title("aiclient")
.build()?; .decorations(false)
.resizable(true)
.build()?;
Ok(()) Ok(())
}) })