mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
install mod button will now show game version
This commit is contained in:
parent
37a5255db9
commit
16e0cad559
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue