gui_main.py: Add work-around for broke pulse() on non-Metal

Applicable for non-Metal Macs running Monterey, NSProgressBar’s indeterminate function is broken when called by wxWidgets/wxPython
This commit is contained in:
Mykola Grymalyuk
2022-05-12 11:46:53 -06:00
parent a7a3643b12
commit 63118d7d43
3 changed files with 29 additions and 3 deletions
+1
View File
@@ -187,6 +187,7 @@ class Constants:
self.root_patcher_succeded = False # Determine if root patcher succeeded
self.booted_oc_disk = None # Determine current disk OCLP booted from
self.start_build_install = False # Determine if build install should be started
self.host_is_non_metal = False # Determine if host is non-metal (ie. enable UI hacks)
self.legacy_accel_support = [
os_data.os_data.big_sur,