mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Main window should start full screen.
This commit is contained in:
parent
9b405e0a04
commit
fd9a63dac0
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ export default class Main {
|
|||
}
|
||||
|
||||
Main.mainWindow = new BrowserWindow({
|
||||
fullscreen: false,
|
||||
fullscreen: true,
|
||||
autoHideMenuBar: true,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'main/preload.js')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue