From 94f16f6a5770c10fce8267e9e851dfc35d8dfbc2 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 26 八月 2022 15:42:47 +0800
Subject: [PATCH] 新增读卡器功能

---
 electron/main/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/electron/main/index.ts b/electron/main/index.ts
index bed1464..ee10384 100644
--- a/electron/main/index.ts
+++ b/electron/main/index.ts
@@ -37,7 +37,7 @@
   win = new BrowserWindow({
     title: 'Main window',
     fullscreen: true,
-    autoHideMenuBar:true, 
+    // autoHideMenuBar:true, 
     webPreferences: {
       preload: splash,
       nodeIntegration: true,

--
Gitblit v1.8.0