fix(jui): remove debug autoconfirm from ConfirmScreen

This commit is contained in:
Sally Knight 2026-03-26 00:15:27 +03:00 committed by Tropical
parent 7a0ebe7e36
commit 11e944f78b

View file

@ -47,9 +47,9 @@ void ConfirmScreen::render(int xm, int ym, float a) {
Screen::render(xm, ym, a);
// 4J - debug code - remove
static int count = 0;
if (count++ == 100) {
count = 0;
buttonClicked(buttons[0]);
}
// static int count = 0;
// if (count++ == 100) {
// count = 0;
// buttonClicked(buttons[0]);
// }
}