Add optional alerting for WI debugging.

This commit is contained in:
city-unit
2023-07-29 22:15:54 -04:00
parent 6794be4d1e
commit fa06e5ee5a
3 changed files with 24 additions and 0 deletions

View File

@@ -2145,6 +2145,14 @@
Match whole words
</small>
</label>
<label title="Alert if your world info is greater than the allocated budget."
data-i18n="[title]Alert if your world info is greater than the allocated budget."
class="checkbox_label">
<input id="world_info_overflow_alert" type="checkbox" />
<small data-i18n="Alert On Overflow">
Alert On Overflow
</small>
</label>
</div>
</div>