mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
Remove unused use_mobile_version_for_tablets
This commit is contained in:
parent
0b86c55d00
commit
a0d62079eb
2 changed files with 0 additions and 2 deletions
|
@ -250,7 +250,6 @@ allow_html_editor_biti_buttons = Off
|
|||
allow_ctrl_enter_on_compose = On
|
||||
try_to_detect_hidden_images = Off
|
||||
use_app_debug_js = Off
|
||||
use_mobile_version_for_tablets = Off
|
||||
use_app_debug_css = Off
|
||||
use_imap_sort = On
|
||||
use_imap_force_selection = Off
|
||||
|
|
|
@ -344,7 +344,6 @@ Enables caching in the system'),
|
|||
'allow_ctrl_enter_on_compose' => array(true),
|
||||
'try_to_detect_hidden_images' => array(false),
|
||||
'use_app_debug_js' => array(false),
|
||||
'use_mobile_version_for_tablets' => array(false),
|
||||
'use_app_debug_css' => array(false),
|
||||
'use_imap_sort' => array(true),
|
||||
'use_imap_force_selection' => array(false),
|
||||
|
|
Loading…
Reference in a new issue