mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +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():
|
if install_thread.is_alive():
|
||||||
self.progress_bar.SetValue(bytes_written)
|
self.progress_bar.SetValue(bytes_written)
|
||||||
self.progress_label.SetLabel(f"Bytes Written: {round(bytes_written, 2)}MB")
|
self.progress_label.SetLabel(f"Bytes Written: {round(bytes_written, 2)}MB")
|
||||||
self.progress_label.Centre(wx.HORIZONTAL)
|
|
||||||
wx.GetApp().Yield()
|
wx.GetApp().Yield()
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user