diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-13 17:39:56 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-01-13 17:39:56 -0300 |
| commit | 56b80e3081003f8e0d0c198a425b796151316dad (patch) | |
| tree | f2b2e5d21fc21d12f3302a0b46debc010bd2d8f9 /src/port/ui/ImguiUI.cpp | |
| parent | bd8e9fa485de41a8f2a992f243a40a2c24092a59 (diff) | |
remove useless options
Diffstat (limited to 'src/port/ui/ImguiUI.cpp')
| -rw-r--r-- | src/port/ui/ImguiUI.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/port/ui/ImguiUI.cpp b/src/port/ui/ImguiUI.cpp index dc1749a1..b858cf47 100644 --- a/src/port/ui/ImguiUI.cpp +++ b/src/port/ui/ImguiUI.cpp @@ -178,9 +178,9 @@ void DrawSettingsMenu(){ .tooltip = "Allows controller navigation of the SOH menu bar (Settings, Enhancements,...)\nCAUTION: This will disable game inputs while the menubar is visible.\n\nD-pad to move between items, A to select, and X to grab focus on the menu bar" }); #endif - UIWidgets::CVarCheckbox("Show Inputs", "gInputEnabled", { - .tooltip = "Shows currently pressed inputs on the bottom right of the screen" - }); + // UIWidgets::CVarCheckbox("Show Inputs", "gInputEnabled", { + // .tooltip = "Shows currently pressed inputs on the bottom right of the screen" + // }); if (CVarGetInteger("gInputEnabled", 0)) { UIWidgets::CVarSliderFloat("Input Scale", "gInputScale", 1.0f, 3.0f, 1.0f, { .tooltip = "Sets the on screen size of the displayed inputs from the Show Inputs setting", @@ -625,9 +625,9 @@ void DrawDebugMenu() { .tooltip = "Enables the Gfx Debugger window, allowing you to input commands, type help for some examples" }); - UIWidgets::CVarCheckbox("Debug mode", "gEnableDebugMode", { - .tooltip = "TBD" - }); + // UIWidgets::CVarCheckbox("Debug mode", "gEnableDebugMode", { + // .tooltip = "TBD" + // }); UIWidgets::CVarCheckbox("Level Selector", "gLevelSelector", { .tooltip = "Allows you to select any level from the main menu" |
