move "Level Brightness" to "Video" (#1536)

This commit is contained in:
Roman Fomin 2024-02-27 02:38:17 +07:00 committed by GitHub
parent 584f09ec62
commit 2200937637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3963,9 +3963,7 @@ setup_menu_t gen_settings1[] = { // General Settings screen1
{"FOV", S_THERMO, m_null, M_X_THRM8, M_SPC, {"fov"}, 0, M_UpdateFOV},
{"", S_SKIP, m_null, M_X, M_THRM_SPC},
{"Fullscreen", S_ONOFF, m_null, M_X, M_SPC,
{"Fullscreen", S_ONOFF, m_null, M_X, M_THRM_SPC,
{"fullscreen"}, 0, M_ToggleFullScreen},
{"Exclusive Fullscreen", S_ONOFF, m_null, M_X, M_SPC,
@ -3986,6 +3984,9 @@ setup_menu_t gen_settings1[] = { // General Settings screen1
{"Gamma Correction", S_THERMO, m_null, M_X_THRM8, M_SPC,
{"gamma2"}, 0, M_ResetGamma, str_gamma},
{"Level Brightness", S_THERMO|S_THRM_SIZE4|S_STRICT, m_null, M_X_THRM4, M_THRM_SPC,
{"extra_level_brightness"}},
MI_RESET,
MI_END
@ -4239,9 +4240,6 @@ setup_menu_t gen_settings6[] = {
{"Screen flashes", S_ONOFF|S_STRICT, m_null, M_X, M_SPC,
{"palette_changes"}},
{"Level Brightness", S_THERMO|S_THRM_SIZE4|S_STRICT, m_null, M_X_THRM4, M_SPC,
{"extra_level_brightness"}},
{"Organize save files", S_ONOFF|S_PRGWARN, m_null, M_X, M_THRM_SPC,
{"organize_savefiles"}},