mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add labs.use_mobile_version_for_tablets setting in applicxation.ini (#1507)
This commit is contained in:
parent
c0d2f5f86e
commit
677a5f2e35
2 changed files with 5 additions and 1 deletions
|
|
@ -395,6 +395,7 @@ Enables caching in the system'),
|
|||
'try_to_detect_hidden_images' => array(false),
|
||||
'hide_dangerous_actions' => 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…
Add table
Add a link
Reference in a new issue