Skip to content

Commit 03e228e

Browse files
Fix ci fullscreen flag
1 parent 14f2f9f commit 03e228e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async function createWindow() {
5151

5252
mainWindow.once('ready-to-show', () => {
5353
if (mainWindow) {
54-
runningUiTestOnCi && mainWindow.setFullScreen(true)
54+
runningUiTestOnCi() && mainWindow.setFullScreen(true)
5555
mainWindow.show()
5656
}
5757
})

0 commit comments

Comments
 (0)