Added Combo Button Bool setting to use for later implementation.

This commit is contained in:
adas20 2025-07-17 16:01:16 -04:00 committed by OpenSauce04
parent c2b58c7224
commit e2e216bcde

View File

@ -48,7 +48,8 @@ enum class BooleanSetting(
DEBUG_RENDERER("renderer_debug", Settings.SECTION_DEBUG, false),
DISABLE_RIGHT_EYE_RENDER("disable_right_eye_render", Settings.SECTION_RENDERER, false),
USE_ARTIC_BASE_CONTROLLER("use_artic_base_controller", Settings.SECTION_CONTROLS, false),
UPRIGHT_SCREEN("upright_screen", Settings.SECTION_LAYOUT, false);
UPRIGHT_SCREEN("upright_screen", Settings.SECTION_LAYOUT, false),
ENABLE_COMBO_KEY("enable_combo_key", Settings.SECTION_CONTROLS, true);
override var boolean: Boolean = defaultValue