#1372 Typical P unbreak

This commit is contained in:
Cohee 2023-11-19 18:26:57 +02:00
parent 96caddfd71
commit 8de343295d
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ const sliders = [
},
{
name: "typical",
sliderId: "#typical",
counterId: "#typical_counter",
sliderId: "#typical_p",
counterId: "#typical_p_counter",
format: (val) => val,
setValue: (val) => { kai_settings.typical = Number(val); },
},