mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 11:18:26 +02:00
implemented threads amount options, added checkbox to language options and changed some part of the Option class
This commit is contained in:
parent
332edcdcc5
commit
0f25ac8720
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ class Game:
|
|||
yield from extracted_game.install_mystuff()
|
||||
|
||||
# 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_original_tracks(cache_ogtracks_directory)
|
||||
yield from mod_config.normalize_all_tracks(
|
||||
|
|
Loading…
Reference in a new issue