Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Cannot enable dark mode in Firefox #44

Closed
Graphmaxer opened this issue Jul 11, 2018 · 2 comments
Closed

Bug: Cannot enable dark mode in Firefox #44

Graphmaxer opened this issue Jul 11, 2018 · 2 comments
Labels
question Further information is requested

Comments

@Graphmaxer
Copy link

Expected Behavior

Go in the settings and enable dark mode, nothing happens.

Current Behavior

Nothing

Possible Solution

Fix the code

Error log:

TypeError: "cannot use 'in' operator to search for 'enabled' in 'falseundefinedun...'"
Ctmoz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:7254callbackmoz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/settings.js:1:3512emoz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:12128emitmoz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:31407onChangemoz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/vendors~home~settings.js:1:47587emoz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:12128_withTaskmoz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:41332 app.js:14:10757
	qt moz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:10757
	Ft moz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:10681
	Ut moz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:10549
	Kw5r/</t.prototype.$emit moz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:31435
	onChange moz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/vendors~home~settings.js:1:47587
	e moz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:12128
	ar/i._withTask moz-extension://836f2e99-885c-4f91-9c5d-d905d9f78a66/static/js/app.js:14:41332

Steps to Reproduce (for bugs)

  1. Go to settings
  2. Enable dark mode
  3. Nothing happens

Context

I want to be dark U_U

Your Environment

  • Version used: 1.4.11
  • Browser Name and version: Firefox 61.0.1
  • Operating System and version: Arch Linux (Kernel 4.17.4)
@Alexays
Copy link
Owner

Alexays commented Jul 11, 2018

Yeah, it's because of the fact that I changed the way dark mode was stored a little while ago. have you tried the "Reset Settings" button ?

@Alexays Alexays added the question Further information is requested label Jul 11, 2018
@Graphmaxer
Copy link
Author

Yes it's working if i reset the settings.

@Alexays Alexays closed this as completed Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants