mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-15 01:14:52 +08:00
GUI: Fix showing all snapshots
This commit is contained in:
parent
ce2a8d7a18
commit
dafeb23b5b
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue