From ff4355541143203d9c503fe06e8bf962a79d2d1d Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sun, 31 Jul 2022 15:01:15 -0400 Subject: [PATCH] Now resetting zoom when changing to a different profile. --- htdocs/openwebrx.js | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 7a075e9..e02f3ef 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -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)