GUI: Force Pulse() usage on all

This commit is contained in:
Mykola Grymalyuk
2023-05-29 14:46:53 -06:00
parent af77e7979e
commit 26fdb2ca2c
+2 -1
View File
@@ -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: