mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-15 20:00:00 +10:00
GUI: Force Pulse() usage on all
This commit is contained in:
@@ -65,7 +65,8 @@ class GaugePulseCallback:
|
||||
|
||||
self.max_value: int = gauge.GetRange()
|
||||
|
||||
self.non_metal_alternative: bool = CheckProperties(global_constants).host_is_non_metal()
|
||||
# self.non_metal_alternative: bool = CheckProperties(global_constants).host_is_non_metal()
|
||||
self.non_metal_alternative: bool = False
|
||||
|
||||
|
||||
def start_pulse(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user