summaryrefslogtreecommitdiff
path: root/pages/Profile.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-18 10:02:38 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-18 10:02:38 +0800
commitab313930e5ecc2bdfd01f427eab25b9d5db5ac1e (patch)
tree79907323f2c3ec95cf7b31dace665210298ea10f /pages/Profile.qml
parent89f51b5ac3566587546bf53bfbf38585b77e7879 (diff)
Reset title on logged account profile page
Diffstat (limited to 'pages/Profile.qml')
-rw-r--r--pages/Profile.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/Profile.qml b/pages/Profile.qml
index 46dd468..b72b108 100644
--- a/pages/Profile.qml
+++ b/pages/Profile.qml
@@ -5,6 +5,7 @@ CreateProfileForm {
width: stackView.width
height: stackView.height
backButton.onClicked: stackView.pop()
+ titleLabel.text: qsTr("Edit Profile")
skipButton.onClicked: {
login.ticketSearch(User.name)
stackView.push("qrc:/pages/Home.qml")