feat: per-strip CC/CH translation, layout groups, show/hide improvements
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ class ZoneButton(QPushButton):
|
||||
self._update_style()
|
||||
|
||||
def _update_style(self):
|
||||
l_color = "#00c853" if self.left_active else "#2a2a2a"
|
||||
l_color = "#ff8c00" if self.left_active else "#2a2a2a"
|
||||
r_color = "#00c853" if self.right_active else "#2a2a2a"
|
||||
|
||||
self.setStyleSheet(f"""
|
||||
|
||||
Reference in New Issue
Block a user