From c409b4b78783cb6902bbde8eed59075155c37329 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Sun, 11 Sep 2022 13:08:07 +0200 Subject: [PATCH] lecode part progressbar is now indeterminate --- source/mkw/ExtractedGame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mkw/ExtractedGame.py b/source/mkw/ExtractedGame.py index bdd657e..572812d 100644 --- a/source/mkw/ExtractedGame.py +++ b/source/mkw/ExtractedGame.py @@ -139,7 +139,7 @@ class ExtractedGame: :param cache_directory: Path to the cache :param mod_config: mod configuration """ - yield Progress(description=_("TEXT_PATCHING_LECODE")) + yield Progress(description=_("TEXT_PATCHING_LECODE"), determinate=False) cache_directory = Path(cache_directory) cttracks_directory = Path(cttracks_directory) ogtracks_directory = Path(ogtracks_directory)