diff options
-rw-r--r-- | source/frontend/StarTitleScreen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/frontend/StarTitleScreen.cpp b/source/frontend/StarTitleScreen.cpp index 747744c..a32b51a 100644 --- a/source/frontend/StarTitleScreen.cpp +++ b/source/frontend/StarTitleScreen.cpp @@ -384,6 +384,9 @@ void TitleScreen::initMultiPlayerMenu() { setMultiPlayerPort(data.getString("port", "")); setMultiPlayerAccount(data.getString("account", "")); setMultiPlayerPassword(data.getString("password", "")); + + if (auto passwordWidget = m_multiPlayerMenu->fetchChild("password")) + passwordWidget->focus(); } }); |