Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atillart-one authored Feb 8, 2022
1 parent 0490a5b commit 7eff68f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,11 +736,7 @@ def get_bg():

if os.path.isfile(moddir + "/Ashes/_version.txt"):
version = open(moddir + "/Ashes/_version.txt", 'r').read()
canvas.create_text(10, 690, text=f"Installed Version {version}/Launcher Version 1.3.1",
font=("Friz Quadrata Std", 14),
fill="white", anchor=tkinter.NW, tags='home')
else:
canvas.create_text(10, 690, text="Launcher Version 1.3.1",
canvas.create_text(10, 690, text=f"Champion's Ashes Version {version}",
font=("Friz Quadrata Std", 14),
fill="white", anchor=tkinter.NW, tags='home')

Expand Down

0 comments on commit 7eff68f

Please sign in to comment.