diff --git a/package.json b/package.json index 5874181..ac6cd1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bodyshop-desktop", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "description": "Shop Management System Partner", "main": "./out/main/index.js", "author": "Convenient Brands, LLC", diff --git a/src/main/index.ts b/src/main/index.ts index 5300403..44931d5 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -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 => {