chenyc
2023-10-13 c4315986bc6ff814b0d8975699d9e89ab75961a2
electron/main/index.ts
@@ -65,7 +65,7 @@
  win = new BrowserWindow({
    title: 'Main window',
    transparent: true,
    frame:store.get('debug'),//关闭菜单栏
    frame:store.get('debug')===undefined?true:store.get('debug'),//关闭菜单栏
    fullscreen: true,// 开启默认全屏
    kiosk: true,
    // autoHideMenuBar:store.get('debug'),