[cmds] Allow running of tauri in beta

This commit is contained in:
Vladimir Stoilov
2024-07-08 09:22:11 +03:00
parent a84bbf4262
commit 0b72e99edd
4 changed files with 126 additions and 3321 deletions

View File

@@ -154,7 +154,9 @@ pub fn may_navigate_to_ui(win: &mut WebviewWindow, force: bool) {
}
#[cfg(not(debug_assertions))]
win.navigate("http://localhost:817".parse().unwrap());
{
_ = win.navigate("http://localhost:817".parse().unwrap());
}
} else {
error!(
"not navigating to user interface: current url: {}",