implemented threads amount options, added checkbox to language options and changed some part of the Option class

This commit is contained in:
Faraphel 2022-07-22 11:59:56 +02:00
parent 332edcdcc5
commit 0f25ac8720

View file

@ -118,7 +118,6 @@ class Game:
yield from extracted_game.install_mystuff() yield from extracted_game.install_mystuff()
# prepare the cache # prepare the cache
# TODO: normalize all tracks should get the threads amount changeable
yield from extracted_game.extract_autoadd(cache_autoadd_directory) yield from extracted_game.extract_autoadd(cache_autoadd_directory)
yield from extracted_game.extract_original_tracks(cache_ogtracks_directory) yield from extracted_game.extract_original_tracks(cache_ogtracks_directory)
yield from mod_config.normalize_all_tracks( yield from mod_config.normalize_all_tracks(