💄 window bar matches app

This commit is contained in:
2026-02-21 10:18:03 +10:00
parent 7a7b2732f7
commit 9bd46127a6
3 changed files with 27 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ function createWindow(): void {
minWidth: 900,
minHeight: 600,
title: 'Hohoff Editor',
titleBarStyle: 'hiddenInset',
show: false,
webPreferences: {
preload: join(__dirname, '../preload/index.js'),