feat: events working

This commit is contained in:
Zamitto 2024-05-19 14:15:07 -03:00
parent 3b17953a82
commit 811878e364
12 changed files with 182 additions and 82 deletions

View file

@ -57,7 +57,7 @@ export class WindowManager {
this.splashWindow = new BrowserWindow({
width: 400,
height: 400,
frame: true,
frame: false,
alwaysOnTop: false,
webPreferences: {
preload: path.join(__dirname, "../preload/index.mjs"),