summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/UserProfile.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml
index 4442c97d..26dfc48c 100644
--- a/resources/qml/UserProfile.qml
+++ b/resources/qml/UserProfile.qml
@@ -65,6 +65,8 @@ ApplicationWindow {
                         displayUsername.isUsernameEditingAllowed = false
                     } else {
                         displayUsername.isUsernameEditingAllowed = true
+                        displayUsername.focus = true
+                        displayUsername.selectAll()
                     }
                 }
             }