1
This commit is contained in:
@@ -97,7 +97,9 @@ 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")
|
||||||
|
.decorations(false)
|
||||||
|
.resizable(true)
|
||||||
.build()?;
|
.build()?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Reference in New Issue
Block a user