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

@@ -1,6 +1,6 @@
{ {
"name": "bodyshop-desktop", "name": "bodyshop-desktop",
"version": "0.0.1-alpha.2", "version": "0.0.1-alpha.3",
"description": "Shop Management System Partner", "description": "Shop Management System Partner",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "Convenient Brands, LLC", "author": "Convenient Brands, LLC",

View File

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