We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d271b commit 2f6cd2eCopy full SHA for 2f6cd2e
src/qml/QFieldCloudScreen.qml
@@ -40,7 +40,7 @@ Page {
40
id: connectionInformation
41
spacing: 2
42
Layout.fillWidth: true
43
- visible: cloudConnection.status === QFieldCloudConnection.LoggedIn || cloudProjectsModel.rowCount() > 0
+ visible: cloudConnection.status === QFieldCloudConnection.LoggedIn || table.count > 0
44
45
Label {
46
0 commit comments