Skip to content

Commit d1ce5ef

Browse files
committed
Committing dist/settings.html
1 parent 2bda879 commit d1ce5ef

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

dist/settings.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
<header>
1414
<h1>Settings</h1>
1515
</header>
16-
16+
1717
<div class="tabs">
1818
<div class="tab active" data-tab="course">Course Backup</div>
19+
<div class="tab" data-tab="additional">Additional</div>
1920
</div>
2021

2122
<div id="course" class="tab-content active">
@@ -38,6 +39,16 @@ <h3>Course Backup Settings</h3>
3839
<button id="saveBtn">💾 Save Settings</button>
3940
<div id="status"></div>
4041
</div>
42+
<div id="additional" class="tab-content">
43+
<section>
44+
<h3>Speech Settings</h3>
45+
<label for="speechToggle">Enable Speech Guide</label>
46+
<input type="checkbox" id="speechToggle" />
47+
</section>
48+
49+
<button id="saveSpeechBtn">💾 Save</button>
50+
<div id="speechStatus"></div>
51+
</div>
4152
</div>
4253

4354
<script src="scripts/settings.js"></script>

0 commit comments

Comments
 (0)