better message

This commit is contained in:
MathMan05 2024-10-29 21:08:18 -05:00
parent 94ccfb2aed
commit 262659d4fe

View file

@ -1258,7 +1258,7 @@ class Localuser{
const box=tas.addCheckboxInput("Enable experimental Voice support",()=>{},{initState:Boolean(localStorage.getItem("Voice enabled"))});
box.onchange=(e)=>{
if(e){
if(confirm("Are you sure you want to enable this, this is very experimental and is likely to cause issues")){
if(confirm("Are you sure you want to enable this, this is very experimental and is likely to cause issues. (this feature is for devs, please don't enable if you don't know what you're doing)")){
localStorage.setItem("Voice enabled","true")
}else{