fix(control): sometimes could not start browser

This commit is contained in:
2026-01-15 15:16:02 +01:00
parent 662bcb3b8d
commit e2a9558d3f
5 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func main() {
os.Exit(1)
}
}()
err = shared.OpenBrowserWindow("http://localhost:"+port, false, false)
err = shared.OpenBrowserWindow("http://localhost:"+port, false)
if err != nil {
slog.Error("Failed to open browser window", "error", err)
os.Exit(1)