summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 76bdf0cfa..19f3a0937 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1345,6 +1345,9 @@ int Client::gameExec()
// lower than the default value
theme->setMinimumOpacity(0.8F);
+ settings.login = loginData.username;
+ WindowManager::updateTitle();
+
CREATEWIDGETV(mCurrentDialog, CharSelectDialog,
loginData);