Skip to content

Commit 2500a26

Browse files
authored
fix ymu.py
1 parent 552609d commit 2500a26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ymu.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,6 @@ def normal_changelog_l(e):
977977

978978

979979
# Inject-Tab
980-
@cache
981980
def get_launcher() -> str:
982981
global user_launcher
983982
user_launcher = launcherVar.get()
@@ -990,7 +989,7 @@ def get_launcher() -> str:
990989
else:
991990
return '_none'
992991

993-
@cache
992+
994993
def get_rgl_path() -> str:
995994
regkey = winreg.OpenKey(winreg.HKEY_LOCAL_MACHINE, r'SOFTWARE\\WOW6432Node\\Rockstar Games\\', 0, winreg.KEY_READ)
996995
try:

0 commit comments

Comments
 (0)