You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="checkbox-cell"title="All weapons and armor for sale are instead replaced with random items of that type"><inputclass="indent"v-model="RandomWares"v-if="Shops"type="checkbox"asp-for="Flags.RandomWares" /> <labelasp-for="Flags.RandomWares">Random Weapons and Armor</label> <small>(<aasp-area=""asp-controller="Home"asp-action="WhatsNew">2.1.0</a>)</small></div>
50
+
<divclass="checkbox-cell"title="All weapons and armor for sale are instead replaced with random items of that type"><inputclass="indent"v-model="RandomWares":disabled="!Shops"type="checkbox"asp-for="Flags.RandomWares" /> <label:style="!Shops ? { color: 'grey'} : {}"asp-for="Flags.RandomWares">Random Weapons and Armor</label> <small>(<aasp-area=""asp-controller="Home"asp-action="WhatsNew">2.1.0</a>)</small></div>
0 commit comments