Skip to content
Snippets Groups Projects
Commit 04f00fdd authored by Davide's avatar Davide
Browse files

fixed dark mode cookie awareness

parent 48e32ea6
No related branches found
No related tags found
3 merge requests!1739Development,!1717Resolve "Major Startpage Redesign",!1713Resolve "Add setting to enable darkmode"
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment