install mod button will now show game version

This commit is contained in:
raphael60650 2021-06-20 12:45:10 +02:00
parent 37a5255db9
commit 16e0cad559

View file

@ -26,6 +26,7 @@ def patch_file(self):
if self.patch_track(tracks, total_track) != 0: return if self.patch_track(tracks, total_track) != 0: return
self.button_install_mod.grid(row=2, column=1, columnspan=2, sticky="NEWS") self.button_install_mod.grid(row=2, column=1, columnspan=2, sticky="NEWS")
self.button_install_mod.config(text=f'{self.translate("Installer le mod")} (v{self.VERSION})')
except: self.log_error() except: self.log_error()
finally: self.Progress(show=False) finally: self.Progress(show=False)