Merge pull request #308 from luarvique/zoom_reset

Now resetting zoom when changing to a different profile.
This commit is contained in:
Jakob Ketterl 2022-07-31 21:59:15 +02:00 committed by GitHub
commit bfd4d5657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ function on_ws_recv(evt) {
$('#openwebrx-sdr-profiles-listbox').val(currentprofile.toString());
waterfall_clear();
zoom_set(0);
}
if ('tuning_precision' in config)