[Mod Options] Fix options for disabled mutators
This commit is contained in:
parent
e70b8b5fa5
commit
8ae2297fbf
1 changed files with 2 additions and 1 deletions
|
@ -3853,7 +3853,8 @@ VMFOptionsView.update_picked_option_for_settings_list_widgets = function (self)
|
||||||
|
|
||||||
elseif widget_type == "header" then
|
elseif widget_type == "header" then
|
||||||
|
|
||||||
widget_content.is_checkbox_checked = get_mod(widget_content.mod_name):is_enabled()
|
widget_content.is_checkbox_checked = get_mod(widget_content.mod_name):is_enabled() or
|
||||||
|
get_mod(widget_content.mod_name):get_internal_data("is_mutator")
|
||||||
|
|
||||||
elseif widget_type == "keybind" then
|
elseif widget_type == "keybind" then
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue