Fix ci fullscreen flag
This commit is contained in:
@@ -51,7 +51,7 @@ async function createWindow() {
|
|||||||
|
|
||||||
mainWindow.once('ready-to-show', () => {
|
mainWindow.once('ready-to-show', () => {
|
||||||
if (mainWindow) {
|
if (mainWindow) {
|
||||||
runningUiTestOnCi && mainWindow.setFullScreen(true)
|
runningUiTestOnCi() && mainWindow.setFullScreen(true)
|
||||||
mainWindow.show()
|
mainWindow.show()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user