UPD: Key Mapping

This commit is contained in:
Robert Kossessa
2024-01-30 15:21:22 +01:00
parent 94d22ed365
commit 3599bc0d03
4 changed files with 91 additions and 65 deletions

View File

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