mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Localize some compression math variables
This commit is contained in:
parent
1057f091d6
commit
e850715a42
|
@ -879,8 +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[@]}
|
local total_games_to_compress=${#all_compressable_games[@]}
|
||||||
games_left_to_compress=$total_games_to_compress
|
local 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