From a79d47f161cfbb4bf13aee7e8f1b5e0d0c49961d Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 9 Feb 2018 15:14:54 +0000 Subject: [PATCH] Fix sliding checkbox in settings --- app/Setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Setting.php b/app/Setting.php index 8eae80dd..cf8cc22e 100644 --- a/app/Setting.php +++ b/app/Setting.php @@ -97,8 +97,8 @@ class Setting extends Model if(isset($this->value) && (bool)$this->value === true) $checked = true; $set_checked = ($checked) ? ' checked="checked"' : ''; $value = ' + ';