Dark Mode on firefox, always dark
-
Hi all,
I integrated the darkmode plugin in one of my developments.
It’s very nice on chrome, but when I test in firefox, it doesn’t matter if dark mode is activated in my browser, console.log(this.$q.dark.isActive); always returns true …
in quasar.conf.js i set dark mode status on auto
In firefox, i select the clear template, i delete cookies and cache and refresh my app page, but it’s always dark…