ImageView: sort images

This commit is contained in:
Thomas Farstrike
2025-06-16 13:59:57 +02:00
parent c2b3490657
commit 4f2e3a362b
@@ -78,6 +78,7 @@ class ImageView(Activity):
print(f"Skipping file of size {size}")
continue
self.images.append(fullname)
self.images.sort()
# Begin with one image:
self.show_next_image()
self.stop_fullscreen()