mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-21 13:04:20 +02:00
Merge pull request #354 from SapphireAmoeba5/master
Make TAB key loop through U.I elements infinitely
This commit is contained in:
commit
8eb487ae9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue