1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-06 22:19:50 +00:00

Main window should start full screen.

This commit is contained in:
Koen 2023-12-06 13:08:56 +01:00
parent 9b405e0a04
commit fd9a63dac0

View file

@ -196,7 +196,7 @@ export default class Main {
} }
Main.mainWindow = new BrowserWindow({ Main.mainWindow = new BrowserWindow({
fullscreen: false, fullscreen: true,
autoHideMenuBar: true, autoHideMenuBar: true,
webPreferences: { webPreferences: {
preload: path.join(__dirname, 'main/preload.js') preload: path.join(__dirname, 'main/preload.js')