Доработка, добавлен обработчик кнопки отключить всё.

(cherry picked from commit 5740964d09)
This commit is contained in:
MaD_CaT
2023-12-04 16:20:32 +03:00
committed by sasha80
parent 9aa7c58981
commit a8ef77a59e
10 changed files with 231 additions and 39 deletions

View File

@@ -54,6 +54,10 @@ signal interfer_new (ecm: interfer.Interfer)
signal interfer_off (ecm: interfer.Interfer, ecms: Dictionary, thrs: Dictionary)
## Вызывается при нажатии отключить все помехи
signal interfer_off_all ()
## Вызывается, когда отключается действующая помеха
## [param ecm] - Выбранная помеха
signal interfer_selected (ecm: interfer.Interfer)