Defaulted highlightUncharted to false

The atlas has been largely filled out at this point, so highlightUncharted is no longer relevant.
This commit is contained in:
AnonymousRandomPerson 2023-06-19 00:10:49 -05:00
parent 7d7520a8d9
commit f9745e6eb5
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ function initDraw() {
let lShiftPressed = false
let shiftPressed = false
let highlightUncharted = true
let highlightUncharted = false
renderBackground(atlas)
applyView()

View file

@ -274,7 +274,7 @@ <h5>Draw</h5>
<button type="button" class="btn btn-secondary" id="resetButton">Reset</button>
<div class="form-check" id="highlightUnchartedLabel">
<input class="form-check-input" type="checkbox" id="highlightUncharted" checked>
<input class="form-check-input" type="checkbox" id="highlightUncharted">
<label class="form-check-label mb-0" for="highlightUncharted" title="Highlight uncharted areas of the map">
Highlight Empty
</label>