mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +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.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:
|
def start_pulse(self) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user