mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-17 21:24:40 +10:00
gui_main.py: Don’t centre bytes text every update
This commit is contained in:
@@ -1499,7 +1499,6 @@ class wx_python_gui:
|
||||
if install_thread.is_alive():
|
||||
self.progress_bar.SetValue(bytes_written)
|
||||
self.progress_label.SetLabel(f"Bytes Written: {round(bytes_written, 2)}MB")
|
||||
self.progress_label.Centre(wx.HORIZONTAL)
|
||||
wx.GetApp().Yield()
|
||||
else:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user