Skip to content

Commit

Permalink
Make TAB key loop through U.I elements
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphireAmoeba5 committed May 13, 2022
1 parent 78e2fd1 commit ac2b255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ int main(int argc, char** argv)

if (active_input > 2)
{
active_input = PASSWORD_INPUT;
active_input = 0;
}
update = true;
break;
Expand Down

0 comments on commit ac2b255

Please sign in to comment.