Refresh download menu

This commit is contained in:
Jazzzny
2023-09-24 20:41:22 -04:00
parent 1d22ea51b4
commit c1849c0d28
4 changed files with 45 additions and 41 deletions

View File

@@ -102,7 +102,8 @@ class UpdateFrame(wx.Frame):
title=self.title,
global_constants=self.constants,
download_obj=download_obj,
item_name=f"OpenCore Patcher {version_label}"
item_name=f"OpenCore Patcher {version_label}",
download_icon=str(self.constants.app_icon_path)
)
if download_obj.download_complete is False: