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 9e5f624 commit 0b8fac7Copy full SHA for 0b8fac7
internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py
@@ -26,7 +26,7 @@ def onCreate(self):
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/")
+ self.file_explorer.explorer_set_quick_access_path(lv.EXPLORER.PICTURES_DIR, "M:/data/images/")
30
self.setContentView(screen)
31
32
def file_explorer_event_cb(self, event):
0 commit comments