Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b8fac7

Browse files
File Manager app: fix pictures dir
1 parent9e5f624 commit0b8fac7

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
deffile_explorer_event_cb(self,event):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp