From 262659d4fe63c0272b8643505befd13845ebcdf4 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 29 Oct 2024 21:08:18 -0500 Subject: [PATCH] better message --- src/webpage/localuser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/localuser.ts b/src/webpage/localuser.ts index 3db855b..5cbdf89 100644 --- a/src/webpage/localuser.ts +++ b/src/webpage/localuser.ts @@ -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{