Skip to content

Commit

Permalink
Merge pull request #354 from SapphireAmoeba5/master
Browse files Browse the repository at this point in the history
Make TAB key loop through U.I elements infinitely
  • Loading branch information
AnErrupTion committed May 16, 2022
2 parents dec2ef1 + ffa8fbe commit 8eb487a
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 @@ -259,7 +259,7 @@ int main(int argc, char** argv)

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

0 comments on commit 8eb487a

Please sign in to comment.