disable custom plot adists

terraz_dev
Theophile Terraz 2025-01-22 11:59:39 +01:00
parent fc5de2a097
commit 02ccfa9ed7
1 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,8 @@ class ResultsWindowAdisTS(PamhyrWindow):
"action_export": self.export,
}
self.find(QAction, "action_add").setEnabled(False)
for action in actions:
self.find(QAction, action).triggered.connect(
actions[action]