Music Player app: add music dir shortcut

This commit is contained in:
Thomas Farstrike
2025-10-29 21:42:49 +01:00
parent 43768082df
commit 9e5f624daa
@@ -22,6 +22,7 @@ class MusicPlayer(Activity):
self.file_explorer.explorer_open_dir('M:/')
self.file_explorer.align(lv.ALIGN.CENTER, 0, 0)
self.file_explorer.add_event_cb(self.file_explorer_event_cb, lv.EVENT.ALL, None)
self.file_explorer.explorer_set_quick_access_path(lv.EXPLORER.MUSIC_DIR, "M:/sdcard/music")
self.setContentView(screen)
def onResume(self, screen):