diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 22:05:32 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 22:05:32 +0800 |
commit | f1251b08ee37f44998d5a20e7bfcce5e9c9e1cb5 (patch) | |
tree | de458de864a3c1f025c4c9dbde927d249ebf4294 /main.qml | |
parent | 7ed328595cb95c94d70c426953cb5d77ecb512fa (diff) |
All forms and icons are moved to Larva
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -18,9 +18,7 @@ ApplicationWindow { anchors.fill: parent initialItem: Onboarding { id: onboarding - logoImage.source: ("../kelakon-logo.png") - onboardingImage.source: ("../onboarding-1.png") - onboardingText1.text: qsTr("Get things done today, chill tomorrow.") + onboardingText1.text: qsTr("Get things done today, chill tomorrow.") } } } |