From 3e0c7a2322569d1d3ac6b25e76f9d506caf907ce Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期五, 23 十二月 2022 15:22:09 +0800
Subject: [PATCH] gengxin
---
electron/main/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/electron/main/index.ts b/electron/main/index.ts
index 0c1f7bf..a18aeb8 100644
--- a/electron/main/index.ts
+++ b/electron/main/index.ts
@@ -66,8 +66,8 @@
async function createWindow() {
win = new BrowserWindow({
title: 'Main window',
- fullscreen: true,
- autoHideMenuBar:true,
+ fullscreen: false,
+ // autoHideMenuBar:true,
webPreferences: {
preload: splash,
nodeIntegration: true,
--
Gitblit v1.8.0