Update WWW
[ubi] / qml / ubi / FilesPage.qml
index 61a0d8a..72f1f42 100644 (file)
@@ -169,6 +169,7 @@ Page {
             } else {
                 var txt = "" + Conv.bytesToSize(nodes[i].size);
                 object.description = txt;
+                object.isPublic = nodes[i].is_public;
                 object.clicked.connect(function(prop) {
                             pageStack.push("PropertiesPage.qml");
                             pageStack.currentPage.init(prop);