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:
@@ -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]
|
||||
});
|
||||
|
Reference in New Issue
Block a user