projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af19dd4
)
Hide "Mic In" button if local microphone is selected on startup
author
c vw
<dl1ycf@darc.de>
Wed, 19 Aug 2020 14:56:49 +0000
(16:56 +0200)
committer
c vw
<dl1ycf@darc.de>
Wed, 19 Aug 2020 14:56:49 +0000
(16:56 +0200)
tx_menu.c
patch
|
blob
|
history
diff --git
a/tx_menu.c
b/tx_menu.c
index 16573004a016c6789f53f7a69a797f4db3193367..e4edd7929875632b23d1ecc8fd2efffc89db9781 100644
(file)
--- a/
tx_menu.c
+++ b/
tx_menu.c
@@
-557,6
+557,7
@@
void tx_menu(GtkWidget *parent) {
if(transmitter->local_microphone && (protocol==ORIGINAL_PROTOCOL || protocol==NEW_PROTOCOL)) {
+ gtk_widget_hide(micin_b);
gtk_widget_hide(linein_b);
gtk_widget_hide(micboost_b);
}