소스 검색

Make name checkboxes default to being checked

tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
84bdc0a3f9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      macrovision.html

+ 2
- 2
macrovision.html 파일 보기

@@ -105,11 +105,11 @@
</label>
</div>
<div class="options-row">
<input type="checkbox" id="options-world-show-names">
<input type="checkbox" id="options-world-show-names" checked=true>
<label for="options-world-show-names">Names over entities</label>
</div>
<div class="options-row">
<input type="checkbox" id="options-world-show-bottom-names">
<input type="checkbox" id="options-world-show-bottom-names" checked=true>
<label for="options-world-show-bottom-names">Names at bottom</label>
</div>



불러오는 중...
취소
저장