continuation of the rewrite

This commit is contained in:
2026-07-15 21:43:22 -07:00
parent 12afc5d3bc
commit d300dfb7f7
7 changed files with 132 additions and 329 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ PARAMETERIZED_INDEXES = {
class ParticipantBrainViewerWidget(ParticipantUIMixin, FlaresBaseWidget):
def __init__(self, haemo_dict, cha_dict):
super().__init__("ParticipantBrainViewer")
super().__init__("ParticipantBrain")
self.setWindowTitle(f"Participant Brain Viewer - {APP_NAME.upper()}")
self.haemo_dict = haemo_dict
self.cha_dict = cha_dict