Added option to show current list on FFT

This commit is contained in:
Ryzerth
2021-07-04 02:25:36 +02:00
parent 5b9bd56cf2
commit 4dc0df74cf
9 changed files with 72 additions and 14 deletions

View File

@ -72,7 +72,7 @@ namespace vfo_color_menu {
}
vfoAddHndl.handler = vfoAddHandler;
sigpath::vfoManager.vfoCreatedEvent.bindHandler(vfoAddHndl);
sigpath::vfoManager.vfoCreatedEvent.bindHandler(&vfoAddHndl);
core::configManager.release(modified);
}