File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments