auto updater

This commit is contained in:
2021-04-06 17:18:36 +02:00
parent 87a9aa6425
commit dd74820963
6 changed files with 59 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ export default class Settings {
const entry = join(__dirname, '../front/settings/index.html')
Settings.win.loadFile(entry)
if (DEV && false) {
if (DEV) {
Settings.win.setSize(800, 485)
Settings.win.setResizable(true)
Settings.win.webContents.openDevTools()