Add Advanced Settings option & Disable debug hotkeys if it's off

This commit is contained in:
MelonSpeedruns
2026-05-07 12:01:32 -04:00
parent b11f3add06
commit 667cf70fa0
11 changed files with 42 additions and 11 deletions
+6
View File
@@ -866,6 +866,12 @@ SettingsWindow::SettingsWindow(bool prelaunch) : mPrelaunch(prelaunch) {
.key = "Show Pipeline Compilation",
.helpText = "Show an overlay when shaders are being compiled for your hardware.",
});
config_bool_select(leftPane, rightPane, getSettings().backend.enableAdvancedSettings,
{
.key = "Enable Advanced Settings",
.helpText = "Show the advanced settings on the menu bar.<br/>Most users should have this disabled.",
});
});
}