move AltAssets to gSettings from gEnhancements (#5323)

This commit is contained in:
Christopher Leggett
2025-04-04 15:25:30 -04:00
committed by GitHub
parent 2589448057
commit ee23d02921
2 changed files with 4 additions and 4 deletions

View File

@@ -429,7 +429,7 @@ void SohMenu::AddMenuEnhancements() {
AddWidget(path, "Mods", WIDGET_SEPARATOR_TEXT);
AddWidget(path, "Use Alternate Assets", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("AltAssets"))
.CVar(CVAR_SETTING("AltAssets"))
.Options(CheckboxOptions().Tooltip(
"Toggle between standard assets and alternate assets. Usually mods will indicate if "
"this setting has to be used or not."));