Added images/files browser.
[lichviet] / qml / LichViet / main.qml
index 338f9a1..805f0a0 100644 (file)
@@ -382,6 +382,11 @@ Item {
                  PropertyChanges { target: fileBrowser; x: 0; focus:true; visible:true;}
                  PropertyChanges { target: toolBar; y: screen.height }
                  PropertyChanges { target: toolBar }
+                 StateChangeScript {
+                     script:{
+                         fileBrowser.refresh();
+                     }
+                    }
              },
          State {
              name: "optionsscreen";