Fix test menu.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user