zotero-night
zotero-night copied to clipboard
Fix for #64 and #78
Added extensions.zotero.night.enabled - true to config. The fix is described in [BUG] Plugin seems to not save preferences correctly https://github.com/tefkah/zotero-night/issues/64 and further referenced in [BUG] Dark filter not working in pdf reader https://github.com/tefkah/zotero-night/issues/78
Hmmm I feel like this PR shouldn't do anything right? Does this work for you?
Adding 'extensions.zotero.night.enabled', 'true' to the zotero preferences works for Mac
I found the config.js file containing the other preferences and added and line there
no but all the lines are commented out, they shouldn't do anything. The file as it is currently is superfluous, I commented out those lines because they sometimes caused problems. I haven't tested enabling them in a while tho, might fix the problems.
I feel like the success you had is probably due to actually toggling the setting at some point, it's just not possible that this PR actually changes any behavior, as the commented out lines shouldn't even appear in the final compiled code.
I understand. The success I had was due to manually setting extensions.zotero.night.enabled true in the settings. I was wrong to assume that config.js was where you set them, and didn´t notice comments.
Where do you set the settings then? Adding extensions.zotero.night.enabled true there would solve the bug