mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-18 05:34:42 +10:00
utilities.py: Fix 100%+ download reporting
This commit is contained in:
@@ -981,6 +981,7 @@ class wx_python_gui:
|
||||
self.return_to_main_menu.Bind(wx.EVT_BUTTON, self.main_menu)
|
||||
self.return_to_main_menu.Centre(wx.HORIZONTAL)
|
||||
|
||||
self.frame.SetSize(-1, self.return_to_main_menu.GetPosition().y + self.return_to_main_menu.GetSize().height + 40)
|
||||
self.frame.Show()
|
||||
|
||||
# Download installer catalog
|
||||
|
||||
Reference in New Issue
Block a user