Skip to content

Commit a7cd599

Browse files
committed
Update Version Number.
1 parent 4bf0e2a commit a7cd599

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/configuration/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from tkinter import messagebox
88
import configparser
99

10-
Version = "manager-2.0.3"
10+
Version = "manager-2.0.4"
1111
repo_url_raw = 'https://github.com/MaxLastBreath/TOTK-mods'
1212
repo_url = 'https://api.github.com/repos/MaxLastBreath/TOTK-mods'
1313
localconfig = "TOTKOptimizer.ini"

src/form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def select_Legacy_exe(self):
659659

660660
executable_name = Legacy_path
661661

662-
if executable_name.startswith("Ryujinx"):
662+
if executable_name.startswith("Ryujinx") or executable_name.startswith("Ryujinx.ava"):
663663
if self.mode == "Legacy":
664664
self.switchmode("true")
665665
else:

src/modules/canvas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ def __init__(self, parent, title, message, custom_yes = str, custom_no = str, ye
698698
tags=["Ask_Yes"],
699699
command=self.on_yes
700700
)
701-
702701
if (no_img_1 is not None and no_img_2 is not None):
703702
self.on_canvas.image_Button(
704703
canvas=canvas,

0 commit comments

Comments
 (0)