mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Fix "files left" counting when compressing all files
This commit is contained in:
parent
7f62bd089b
commit
1057f091d6
|
@ -879,6 +879,8 @@ configurator_compress_multiple_games_dialog() {
|
||||||
fi
|
fi
|
||||||
else # The user chose to auto-compress everything
|
else # The user chose to auto-compress everything
|
||||||
games_to_compress=("${all_compressable_games[@]}")
|
games_to_compress=("${all_compressable_games[@]}")
|
||||||
|
total_games_to_compress=${#all_compressable_games[@]}
|
||||||
|
games_left_to_compress=$total_games_to_compress
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
configurator_generic_dialog "RetroDECK Configurator - RetroDECK: Compression Tool" "No compressable files were found."
|
configurator_generic_dialog "RetroDECK Configurator - RetroDECK: Compression Tool" "No compressable files were found."
|
||||||
|
|
Loading…
Reference in a new issue