[Dialogs] Focus login after selecting server, center update message box (#7080)

* [ConnectDialog] Focus login field after selecting a server (#3346)

Took 12 minutes

* [UpdateDialog] Center update message boxes over the main window (#3538)

---------

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2026-08-05 20:09:22 +02:00 committed by GitHub
parent c7ab75c332
commit 10b99a7415
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -271,6 +271,7 @@ void DlgConnect::updateDisplayInfo(const QString &saveName)
hostEdit->setText(_data.at(1));
portEdit->setText(_data.at(2));
playernameEdit->setText(_data.at(3));
playernameEdit->setFocus();
savePasswordCheckBox->setChecked(savePasswordStatus);
if (savePasswordStatus) {