mirror of https://github.com/fairyglade/ly.git
Merge pull request #354 from SapphireAmoeba5/master
Make TAB key loop through U.I elements infinitely
This commit is contained in:
commit
8eb487ae9e
|
@ -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…
Reference in New Issue