From 26acd02e9faccdc942a4d1feef25626943ea9f92 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sun, 4 Dec 2016 05:02:15 -0500 Subject: Enable input_filter_beep by default This just allows for spam. --- src/common/cfgfiles.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit 1.4.1