diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-12-04 05:02:15 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-12-04 05:02:15 -0500 |
commit | 26acd02e9faccdc942a4d1feef25626943ea9f92 (patch) | |
tree | caaeffe94f7f68e48d8dde2d062fc5b231e1ca34 /src | |
parent | e7da3a052d39e7039daeea8d041f4ff5b3226d18 (diff) |
Enable input_filter_beep by default
This just allows for spam.
Diffstat (limited to 'src')
-rw-r--r-- | src/common/cfgfiles.c | 1 |
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; |