Browse Source

Disable survey button

Jaime van Kessel 4 years ago
parent
commit
49effbcd80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/CuraDrive/src/qml/pages/BackupsPage.qml

+ 1 - 1
plugins/CuraDrive/src/qml/pages/BackupsPage.qml

@@ -69,7 +69,7 @@ Item
         BackupListFooter
         {
             id: backupListFooter
-            showInfoButton: backupList.model.length > 4
+            
         }
     }
 }