File tree Expand file tree Collapse file tree
src/XtremeIdiots.Portal.Web/Views/GlobalSettings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 name =" ChatCommands.DefaultsEnabled" value =" true" />
3030 }
3131 <label class =" form-check-label" for =" ChatCommands_DefaultsEnabled" >@Html.DisplayNameFor(m =>
32- m.ChatCommands.DefaultsEnabled)</label >
32+ m.ChatCommands.DefaultsEnabled)</label >
3333 </div >
3434 <span asp-validation-for =" ChatCommands.DefaultsEnabled" class =" text-danger" ></span >
3535 </div >
116116 <label asp-for =" ChatCommands.Commands[i].Enabled" class =" form-label" ></label >
117117 <select asp-for =" ChatCommands.Commands[i].Enabled" class =" form-select" >
118118 <option value =" " >Use default (@(Model .ChatCommands .DefaultsEnabled ? "Enabled " :
119- "Disabled "))</option >
119+ "Disabled "))</option >
120120 <option value =" true" >Enabled </option >
121121 <option value =" false" >Disabled </option >
122122 </select >
You can’t perform that action at this time.
0 commit comments