GUI: Fix showing all snapshots

This commit is contained in:
deajan 2025-04-28 20:09:34 +02:00
parent ce2a8d7a18
commit dafeb23b5b

View file

@ -652,7 +652,6 @@ def _main_gui(viewer_mode: bool):
__backend_binary=backend_binary,
__ignore_errors=GUI_STATUS_IGNORE_ERRORS,
__no_lock=__no_lock,
id="latest",
errors_allowed=True,
)
GUI_STATUS_IGNORE_ERRORS = False
@ -674,7 +673,6 @@ def _main_gui(viewer_mode: bool):
)
snapshot_list = []
if snapshots:
print("SNAPS:", snapshots)
snapshots.reverse() # Let's show newer snapshots first
for snapshot in snapshots:
# So we get different snapshot time formats depending on platforms: