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', 'help' => 'Audio effect enables|disables sound effects used in the theme',
'xmlrpc' => True, 'xmlrpc' => True,
'admin' => False, 'admin' => False,
'default' => '1', 'default' => '0',
), ),
'navbar_format' => array( 'navbar_format' => array(
'type' => 'select', 'type' => 'select',