projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f82f9d
)
missing nr4 state update
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Sat, 6 Jan 2024 12:48:01 +0000
(18:18 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Sat, 6 Jan 2024 12:48:01 +0000
(18:18 +0530)
noise_menu.c
patch
|
blob
|
history
diff --git
a/noise_menu.c
b/noise_menu.c
index d15f424cc78212b4f3da6a3aadd19e971c919826..71a7d4c09067b54b2c2d0c6d7e10b0f72fadff89 100644
(file)
--- a/
noise_menu.c
+++ b/
noise_menu.c
@@
-146,6
+146,7
@@
static void nr_cb(GtkToggleButton *widget, gpointer data) {
mode_settings[vfo[active_receiver->id].mode].nr=1;
mode_settings[vfo[active_receiver->id].mode].nr2=0;
mode_settings[vfo[active_receiver->id].mode].nr3=0;
+ mode_settings[vfo[active_receiver->id].mode].nr4=0;
update_noise();
}
}