You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File classes.js have following lines:
browser.browserAction.setBadgeBackgroundColor({color: null});
browser.browserAction.setBadgeText({text: null});
But Waterfox, as well as Firefox versions below 59 don't accept null value for such functions. Is it possible to change to something like 'white' and 'on' so the addon works on Waterfox? Thanks.
The text was updated successfully, but these errors were encountered:
File classes.js have following lines:
browser.browserAction.setBadgeBackgroundColor({color: null});
browser.browserAction.setBadgeText({text: null});
But Waterfox, as well as Firefox versions below 59 don't accept null value for such functions. Is it possible to change to something like 'white' and 'on' so the addon works on Waterfox? Thanks.
The text was updated successfully, but these errors were encountered: