mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
fix "forgot password" closing connection dialogue on cancel (#5369)
This commit is contained in:
parent
32dd18998d
commit
716bc00533
1 changed files with 0 additions and 1 deletions
|
|
@ -368,7 +368,6 @@ void DlgConnect::actForgotPassword()
|
||||||
servers.setFPPlayerName(playernameEdit->text().trimmed());
|
servers.setFPPlayerName(playernameEdit->text().trimmed());
|
||||||
|
|
||||||
emit sigStartForgotPasswordRequest();
|
emit sigStartForgotPasswordRequest();
|
||||||
reject();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DlgConnect::actRemoveSavedServer()
|
void DlgConnect::actRemoveSavedServer()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue