mirror of https://gitlab.com/pamhyr/pamhyr2
disable custom plot adists
parent
fc5de2a097
commit
02ccfa9ed7
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue