1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Implemented: Customize badge colors (#109)

This commit is contained in:
nobody
2020-09-25 07:34:59 +02:00
parent 15b1037a4b
commit 46f5ffac76
7 changed files with 153 additions and 37 deletions

View File

@@ -100,11 +100,3 @@ main._showReleaseNotes = function (details) {
*/
chrome.runtime.onInstalled.addListener(main._showReleaseNotes);
main._initializeSettings();
wrappers.setBadgeBackgroundColor({
'color': [74, 130, 108, 255]
});
wrappers.setBadgeTextColor({
'color': [255, 255, 255, 255]
});