diff --git a/app/Http/Controllers/SettingsController.php b/app/Http/Controllers/SettingsController.php index c6bb7a55d0a384962084a1b43f2093ecdcecf90c..48528b1557cb646d9ece6e6e1dbf6de9dc45c8c3 100644 --- a/app/Http/Controllers/SettingsController.php +++ b/app/Http/Controllers/SettingsController.php @@ -82,8 +82,7 @@ class SettingsController extends Controller ->with('settingActive', $settingActive) ->with('url', $url) ->with('blacklist', $blacklist) - ->with('cookieLink', $cookieLink) - ->with('darkmode', Cookie::get('dark_mode')); + ->with('cookieLink', $cookieLink); } private function getSumas($fokus)