From 16f6ba11c5e445a6095ac64b9f4fecc64d008bab Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 11 Apr 2025 09:25:32 -0700 Subject: [PATCH] Fix test menu. --- package.json | 2 +- src/main/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 => {