1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Use prefix for Safari-specific icons

This commit is contained in:
Chris 2015-03-14 17:51:00 -06:00
parent 1243ae6150
commit 441c1dd822
8 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<key>Identifier</key>
<string>toolbarItem</string>
<key>Image</key>
<string>img/browsericons/icon16.png</string>
<string>img/browsericons/safari-icon16.png</string>
<key>Label</key>
<string>{name}</string>
<key>Palette Label</key>

View File

@ -517,7 +517,7 @@
state = vAPI.tabIconState[tabId] = new TabIconState();
}
icon.badge = state.badge;
icon.image = vAPI.getURL("img/browsericons/icon16" + state.img + ".png");
icon.image = vAPI.getURL("img/browsericons/safari-icon16" + state.img + ".png");
};
vAPI.setIcon = function(tabId, iconStatus, badge) {
var state = vAPI.tabIconState[tabId];

View File

Before

Width:  |  Height:  |  Size: 113 B

After

Width:  |  Height:  |  Size: 113 B

View File

Before

Width:  |  Height:  |  Size: 894 B

After

Width:  |  Height:  |  Size: 894 B

View File

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

View File

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B