unlock volume

This commit is contained in:
2026-01-04 18:09:24 +01:00
parent 68186d4347
commit 7acb1cc97b

View File

@@ -3483,10 +3483,10 @@ void MenuUpDown(bool dir) {
case ITEM1:
if (dir) {
VolSet++;
if (VolSet > 10) VolSet = 10;
if (VolSet > 24) VolSet = 24;
} else {
VolSet--;
if (VolSet < -10) VolSet = -10;
if (VolSet < -59) VolSet = -59;
}
OneBigLineSprite.setTextDatum(TL_DATUM);