ADD: Exit button

Not functional 😈
Seriously. Couldn't get it to work :/
This commit is contained in:
Robert Kossessa
2024-01-29 18:20:26 +01:00
parent df3e718a02
commit a80044f635
3 changed files with 27 additions and 37 deletions

View File

@@ -16,6 +16,8 @@ const createWindow = () => {
const mainWindow = new BrowserWindow({
width: 1024,
height: 768,
autoHideMenuBar: true,
frame: false,
icon: path.join(__dirname, `/assets/favicon.png`),
webPreferences: {
preload: path.join(__dirname, 'preload.js'),