@@ -291,8 +291,10 @@ Page {
QfButton {
id: cloudProjectButton
Layout.fillWidth: true
- text: qsTr( "QField Cloud projects, coming soon" )
- enabled: false
+ text: qsTr( "QField Cloud projects" )
+ onClicked: {
+ showQFieldCloudScreen()
+ }
}
Text {