We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4376808 commit 9e5f624Copy full SHA for 9e5f624
1 file changed
internal_filesystem/apps/com.micropythonos.musicplayer/assets/music_player.py
@@ -22,6 +22,7 @@ def onCreate(self):
22
self.file_explorer.explorer_open_dir('M:/')
23
self.file_explorer.align(lv.ALIGN.CENTER, 0, 0)
24
self.file_explorer.add_event_cb(self.file_explorer_event_cb, lv.EVENT.ALL, None)
25
+ self.file_explorer.explorer_set_quick_access_path(lv.EXPLORER.MUSIC_DIR, "M:/sdcard/music")
26
self.setContentView(screen)
27
28
def onResume(self, screen):
0 commit comments