Now resetting zoom when changing to a different profile.

This commit is contained in:
Marat Fayzullin 2022-07-31 15:01:15 -04:00
parent 6192978f2f
commit ff43555411
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)