This commit is contained in:
erinn 2019-02-11 13:33:07 -08:00
parent ec18895605
commit 3eaa4cdf9b
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ ColumnLayout {
width: parent.width
onUpdated: {
nick = lblNick.text
gcd.updateNick(lblNick.text)
}
}