From 3eaa4cdf9be93f77b9e3a49d80f8f6b1ed1cd6f7 Mon Sep 17 00:00:00 2001 From: erinn Date: Mon, 11 Feb 2019 13:33:07 -0800 Subject: [PATCH] bugfixen --- qml/widgets/MyProfile.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/widgets/MyProfile.qml b/qml/widgets/MyProfile.qml index d4400cd..d4ed233 100644 --- a/qml/widgets/MyProfile.qml +++ b/qml/widgets/MyProfile.qml @@ -101,6 +101,7 @@ ColumnLayout { width: parent.width onUpdated: { + nick = lblNick.text gcd.updateNick(lblNick.text) } }