added afterBMA1 to toG1

This commit is contained in:
2025-05-05 15:42:15 +02:00
parent 94eaedb594
commit f56d2e73b6

View File

@@ -625,8 +625,9 @@ class GUIHeader(QWidget):
color = "green" if on_off == "ON" else self.pf_bgcolor()
for key, pf in self.pframe_matrix["POST-BMA1"][13].items():
pf.setStyleSheet("background-color:{0};".format(color))
self.toBMA1(on_off)
self.afterBMA1(on_off)
def toG2(self, on_off: str = "ON"):