Skip to content

Commit

Permalink
Change default parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored Aug 7, 2024
1 parent 8e3e51b commit 562c5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Windows/Window.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function hideMenu($autoHideMenuBar = true): static
return $this;
}

public function fullscreen($fullscreen = false): static
public function fullscreen($fullscreen = true): static
{
$this->fullscreen = $fullscreen;

Expand Down

0 comments on commit 562c5fd

Please sign in to comment.