move AltAssets to gSettings from gEnhancements (#5323)
This commit is contained in:
committed by
GitHub
parent
2589448057
commit
ee23d02921
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user