diff --git a/src/ts/hotkey.ts b/src/ts/hotkey.ts index 54b2934b..697ce407 100644 --- a/src/ts/hotkey.ts +++ b/src/ts/hotkey.ts @@ -70,7 +70,7 @@ function changeToPreset(num:number){ let db = get(DataBase) let pres = db.botPresets if(pres.length > num){ - alertToast(`Changed to Preset ${num+1}`) + alertToast(`Changed to Preset: ${pres[num].name}`) changeToPreset2(num) } }