Fixed hanging dialog if no password was entered.
This commit is contained in:
parent
1eed1272ad
commit
6c9fbb8dec
@ -337,6 +337,7 @@ void UserScreen::login(bool remember_me)
|
|||||||
{
|
{
|
||||||
m_info_widget->setText(_("You need to enter a password."), true);
|
m_info_widget->setText(_("You need to enter a password."), true);
|
||||||
sfx_manager->quickSound("anvil");
|
sfx_manager->quickSound("anvil");
|
||||||
|
m_options_widget->setActivated();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
profile->requestSignIn(m_username_tb->getText(),
|
profile->requestSignIn(m_username_tb->getText(),
|
||||||
|
Loading…
Reference in New Issue
Block a user