Merge branch 'feature/game-achievements' into chore/test-preview

This commit is contained in:
Zamitto
2024-10-03 21:11:16 -03:00
13 changed files with 484 additions and 364 deletions

View File

@@ -154,10 +154,10 @@ export class WindowManager {
focusable: false,
skipTaskbar: true,
frame: false,
width: 240,
height: 60,
x: 25,
y: 25,
width: 350,
height: 104,
x: 0,
y: 0,
webPreferences: {
preload: path.join(__dirname, "../preload/index.mjs"),
sandbox: false,