Added a toggle fullscreen button (default F11) (#20272)

* Added a toggle fullscreen button (default F11)

* Removed un-needed comments

* Review Requested Changes

* Fixed Acidental Spacing Change

* bwoink, removed extraneous code

* nothing, litterally
This commit is contained in:
Miro Kavaliou
2023-09-28 19:55:10 -04:00
committed by GitHub
parent 3477349dfe
commit c06586f942
11 changed files with 82 additions and 9 deletions

View File

@@ -47,6 +47,8 @@ public sealed class OptionsUIController : UIController
{
EnsureWindow();
_optionsWindow.UpdateTabs();
_optionsWindow.OpenCentered();
_optionsWindow.MoveToFront();
}