feat: per-strip CC/CH translation, layout groups, show/hide improvements

This commit is contained in:
Paul Lipscomb
2026-06-27 02:26:24 -04:00
parent 460515ba0d
commit 0a5cfa88f1
10 changed files with 1925 additions and 1932 deletions
+1 -1
View File
@@ -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"""