Skip to content

Commit 6674f02

Browse files
committed
don't set the toolbar visibility directly to false
1 parent 9a9c85e commit 6674f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlashpointSecurePlayer/WebBrowserMode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private bool CanShowToolbar {
3131
if (canShowToolbar) {
3232
ShowToolbar();
3333
} else {
34-
toolBarToolStrip.Visible = false;
34+
toolBarToolStrip.Visible = !Fullscreen;
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)