mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add use_native_scrollbars setting
This commit is contained in:
parent
c2ab03f69c
commit
99cdd1f43f
3 changed files with 10 additions and 3 deletions
|
|
@ -159,7 +159,8 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
),
|
||||
|
||||
'interface' => array(
|
||||
'show_attachment_thumbnail' => array(true, '')
|
||||
'show_attachment_thumbnail' => array(true, ''),
|
||||
'use_native_scrollbars' => array(false)
|
||||
),
|
||||
|
||||
'branding' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue