mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Remove temp change
This commit is contained in:
@@ -278,17 +278,16 @@ class MainFrame(wx.Frame):
|
|||||||
return
|
return
|
||||||
|
|
||||||
ignore_updates = global_settings.GlobalEnviromentSettings().read_property("IgnoreAppUpdates")
|
ignore_updates = global_settings.GlobalEnviromentSettings().read_property("IgnoreAppUpdates")
|
||||||
#if ignore_updates is True:
|
if ignore_updates is True:
|
||||||
# self.constants.ignore_updates = True
|
self.constants.ignore_updates = True
|
||||||
# return
|
return
|
||||||
|
|
||||||
self.constants.ignore_updates = False
|
self.constants.ignore_updates = False
|
||||||
self.constants.has_checked_updates = True
|
self.constants.has_checked_updates = True
|
||||||
#dict = updates.CheckBinaryUpdates(self.constants).check_binary_updates()
|
dict = updates.CheckBinaryUpdates(self.constants).check_binary_updates()
|
||||||
#if not dict:
|
if not dict:
|
||||||
# return
|
return
|
||||||
|
|
||||||
dict = {"Version": "1.2.0", "Link": "https://github.com/dortania/OpenCore-Legacy-Patcher/releases/tag/1.1.0", "Github Link": "https://github.com/dortania/OpenCore-Legacy-Patcher/releases/tag/1.1.0" }
|
|
||||||
version = dict["Version"]
|
version = dict["Version"]
|
||||||
logging.info(f"New version: {version}")
|
logging.info(f"New version: {version}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user