From 4c3b1a6079f3907d5723ff622ccd7abd41c69e69 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 21 Nov 2017 20:16:00 -0700 Subject: [PATCH] Update app_config.php --- app/fax/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax/app_config.php b/app/fax/app_config.php index 6984e57a94..09a01f28b2 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -232,7 +232,7 @@ $apps[$x]['default_settings'][$y]['default_setting_category'] = "fax"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "resolution"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; - $apps[$x]['default_settings'][$y]['default_setting_value'] = "normal"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "fine"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default transmission quality of new faxes."; $y++; @@ -773,4 +773,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>