Skip to content

Commit

Permalink
Update Version Number.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLastBreath committed Mar 14, 2024
1 parent 4bf0e2a commit a7cd599
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/configuration/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from tkinter import messagebox
import configparser

Version = "manager-2.0.3"
Version = "manager-2.0.4"
repo_url_raw = 'https://github.com/MaxLastBreath/TOTK-mods'
repo_url = 'https://api.github.com/repos/MaxLastBreath/TOTK-mods'
localconfig = "TOTKOptimizer.ini"
Expand Down
2 changes: 1 addition & 1 deletion src/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def select_Legacy_exe(self):

executable_name = Legacy_path

if executable_name.startswith("Ryujinx"):
if executable_name.startswith("Ryujinx") or executable_name.startswith("Ryujinx.ava"):
if self.mode == "Legacy":
self.switchmode("true")
else:
Expand Down
1 change: 0 additions & 1 deletion src/modules/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ def __init__(self, parent, title, message, custom_yes = str, custom_no = str, ye
tags=["Ask_Yes"],
command=self.on_yes
)

if (no_img_1 is not None and no_img_2 is not None):
self.on_canvas.image_Button(
canvas=canvas,
Expand Down

0 comments on commit a7cd599

Please sign in to comment.