Enable input_filter_beep by default

This just allows for spam.
This commit is contained in:
Patrick Griffis 2016-12-04 05:02:15 -05:00
parent e7da3a052d
commit 26acd02e9f
1 changed files with 1 additions and 0 deletions

View File

@ -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;