Merge pull request #354 from SapphireAmoeba5/master

Make TAB key loop through U.I elements infinitely
pull/367/head
Turion64 2 years ago committed by GitHub
commit 8eb487ae9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save