Fix test menu.

This commit is contained in:
Patrick Fic
2025-04-11 09:25:32 -07:00
parent e111dbbf51
commit 16f6ba11c5
2 changed files with 1 additions and 2 deletions

View File

@@ -162,7 +162,6 @@ function createWindow(): void {
{
label: "Connect to Test",
checked: store.get("app.isTest") as boolean,
visible: false,
type: "checkbox",
id: "toggleTest",
click: (): void => {