This commit is contained in:
olikraus 2025-03-25 21:06:10 +01:00
parent dc42d10b4a
commit 1e92781057

View File

@ -148,7 +148,6 @@ int main(void)
if ( k == 's' ) /* goto password form */ if ( k == 's' ) /* goto password form */
{ {
mui_GotoForm(&ui, 1, 0); mui_GotoForm(&ui, 1, 0);
mui_SendSelect(&ui);
} }
} }
else /* password input, do the normal event handling */ else /* password input, do the normal event handling */