From acb5d5465854e495059c9b695368936f03c6ff4a Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Fri, 12 Apr 2024 14:28:09 -0300 Subject: [PATCH] Update --- plugin/Layout/darkModeSwitch.php | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/plugin/Layout/darkModeSwitch.php b/plugin/Layout/darkModeSwitch.php index 2b5e819892..b585bb262d 100644 --- a/plugin/Layout/darkModeSwitch.php +++ b/plugin/Layout/darkModeSwitch.php @@ -4,21 +4,23 @@ if (!empty($_COOKIE['themeMode'])) { $checked = 'checked'; } ?> -