From 4dd62db0fcf8ff850ae9f382daa5d18a393b6135 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 6 May 2019 16:04:13 +0200 Subject: [PATCH] Set audio effect to disabled by default --- preferences/inc/class.preferences_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferences/inc/class.preferences_hooks.inc.php b/preferences/inc/class.preferences_hooks.inc.php index 57af0a83f6..721cab3307 100644 --- a/preferences/inc/class.preferences_hooks.inc.php +++ b/preferences/inc/class.preferences_hooks.inc.php @@ -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',