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

View File

@@ -259,7 +259,7 @@ int main(int argc, char** argv)
if (active_input > 2) if (active_input > 2)
{ {
active_input = PASSWORD_INPUT; active_input = SESSION_SWITCH;
} }
update = true; update = true;
break; break;