Merge pull request #354 from SapphireAmoeba5/master

Make TAB key loop through U.I elements infinitely
This commit is contained in:
Turion64 2022-05-16 23:24:19 +02:00 committed by GitHub
commit 8eb487ae9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;