Set audio effect to disabled by default

This commit is contained in:
Hadi Nategh 2019-05-06 16:04:13 +02:00
parent b8a03cb6f1
commit 4dd62db0fc

View File

@ -186,7 +186,7 @@ class preferences_hooks
'help' => 'Audio effect enables|disables sound effects used in the theme',
'xmlrpc' => True,
'admin' => False,
'default' => '1',
'default' => '0',
),
'navbar_format' => array(
'type' => 'select',