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 8fc1373 commit 4376808Copy full SHA for 4376808
internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py
@@ -25,6 +25,8 @@ def onCreate(self):
25
self.file_explorer.align(lv.ALIGN.CENTER, 0, 0)
26
# Attach event callback
27
self.file_explorer.add_event_cb(self.file_explorer_event_cb, lv.EVENT.ALL, None)
28
+ self.file_explorer.explorer_set_quick_access_path(lv.EXPLORER.HOME_DIR, "M:/home/user/")
29
+ self.file_explorer.explorer_set_quick_access_path(lv.EXPLORER.IMAGE_DIR, "M:/data/images/")
30
self.setContentView(screen)
31
32
def file_explorer_event_cb(self, event):
0 commit comments