Skip to content

Commit 4f2e3a3

Browse files
ImageView: sort images
1 parent c2b3490 commit 4f2e3a3

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

internal_filesystem/apps/com.micropythonos.imageview/assets/imageview.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def onResume(self, screen):
7878
print(f"Skipping file of size {size}")
7979
continue
8080
self.images.append(fullname)
81+
self.images.sort()
8182
# Begin with one image:
8283
self.show_next_image()
8384
self.stop_fullscreen()

0 commit comments

Comments
 (0)