fix: couldn't open control & display at the same time

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