Skip to content

Commit 562c5fd

Browse files
authored
Change default parameter value
1 parent 8e3e51b commit 562c5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Windows/Window.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function hideMenu($autoHideMenuBar = true): static
204204
return $this;
205205
}
206206

207-
public function fullscreen($fullscreen = false): static
207+
public function fullscreen($fullscreen = true): static
208208
{
209209
$this->fullscreen = $fullscreen;
210210

0 commit comments

Comments
 (0)