Skip to content

Commit

Permalink
Fix "files left" counting when compressing all files
Browse files Browse the repository at this point in the history
  • Loading branch information
icenine451 committed Jun 26, 2024
1 parent 7f62bd0 commit 1057f09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/configurator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,8 @@ configurator_compress_multiple_games_dialog() {
fi
else # The user chose to auto-compress everything
games_to_compress=("${all_compressable_games[@]}")
total_games_to_compress=${#all_compressable_games[@]}
games_left_to_compress=$total_games_to_compress
fi
else
configurator_generic_dialog "RetroDECK Configurator - RetroDECK: Compression Tool" "No compressable files were found."
Expand Down

0 comments on commit 1057f09

Please sign in to comment.