diff options
| author | Afevis <ShizCalev@users.noreply.github.com> | 2024-12-22 17:59:28 -0700 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-12-22 19:13:42 -0600 |
| commit | 9af7a2cbeb75704c2c89846d582402d5b7405979 (patch) | |
| tree | 77e17e4733724fff2354d2d61d0ca0212ddd6470 | |
| parent | 7f6a25c5fc8b29f3baaa391c2b4809b7e92ad78d (diff) | |
Corrected fullscreen bind
| -rw-r--r-- | src/port/ui/ImguiUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index af9c6f22..af36e7df 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -422,7 +422,7 @@ void DrawGameMenu() { } #if !defined(__SWITCH__) && !defined(__WIIU__) - if (UIWidgets::MenuItem("Toggle Fullscreen", "F9")) { + if (UIWidgets::MenuItem("Toggle Fullscreen", "F11")) { Ship::Context::GetInstance()->GetWindow()->ToggleFullscreen(); } |
