[desktop] update tauri 2.0.0-rc.3

This commit is contained in:
Vladimir Stoilov
2024-08-19 17:56:46 +03:00
parent 80664d1a27
commit c9ee01d2c4
9 changed files with 5321 additions and 4726 deletions

View File

@@ -115,6 +115,7 @@ pub fn open_window(app: &AppHandle) -> Result<WebviewWindow> {
match app.get_webview_window("main") {
Some(win) => {
app.portmaster().show_window();
let _ = win.show();
let _ = win.set_focus();
Ok(win)
}