summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2016-12-04 05:02:15 -0500
committerPatrick Griffis <tingping@tingping.se>2016-12-04 05:02:15 -0500
commit26acd02e9faccdc942a4d1feef25626943ea9f92 (patch)
treecaaeffe94f7f68e48d8dde2d062fc5b231e1ca34 /src
parente7da3a052d39e7039daeea8d041f4ff5b3226d18 (diff)
Enable input_filter_beep by default
This just allows for spam.
Diffstat (limited to 'src')
-rw-r--r--src/common/cfgfiles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 11b38a21..ae4b98a5 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -772,6 +772,7 @@ load_default_config(void)
 	prefs.hex_gui_ulist_icons = 1;
 	prefs.hex_gui_ulist_style = 1;
 	prefs.hex_gui_win_save = 1;
+	prefs.hex_input_filter_beep = 1;
 	prefs.hex_input_flash_hilight = 1;
 	prefs.hex_input_flash_priv = 1;
 	prefs.hex_input_tray_hilight = 1;