Skip to content

Commit 0b8fac7

Browse files
File Manager app: fix pictures dir
1 parent 9e5f624 commit 0b8fac7

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/apps/com.micropythonos.filemanager/assets

1 file changed

+1
-1
lines changed

internal_filesystem/apps/com.micropythonos.filemanager/assets/file_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def onCreate(self):
2626
# Attach event callback
2727
self.file_explorer.add_event_cb(self.file_explorer_event_cb, lv.EVENT.ALL, None)
2828
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/")
29+
self.file_explorer.explorer_set_quick_access_path(lv.EXPLORER.PICTURES_DIR, "M:/data/images/")
3030
self.setContentView(screen)
3131

3232
def file_explorer_event_cb(self, event):

0 commit comments

Comments
 (0)