Make TAB key loop through U.I elements

This commit is contained in:
SapphireAmoeba5
2022-05-13 13:23:14 -03:00
parent 78e2fd1a21
commit ac2b255021

View File

@@ -251,7 +251,7 @@ int main(int argc, char** argv)
if (active_input > 2) if (active_input > 2)
{ {
active_input = PASSWORD_INPUT; active_input = 0;
} }
update = true; update = true;
break; break;