mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
Oops: Safari bundle ID; quicker badge updates
This commit is contained in:
parent
413312a47b
commit
4cedd4011a
@ -6,7 +6,7 @@
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.chrisaljoudi.uBlock</string>
|
||||
<string>net.gorhill.uBlock</string>
|
||||
<key>Developer Identifier</key>
|
||||
<string>96G4BAKDQ9</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
@ -190,7 +190,7 @@ return asyncJobManager;
|
||||
if ( vAPI.isBehindTheSceneTabId(tabId) ) {
|
||||
return;
|
||||
}
|
||||
µb.asyncJobs.add('updateBadge-' + tabId, tabId, updateBadge, 250);
|
||||
µb.asyncJobs.add('updateBadge-' + tabId, tabId, updateBadge, 0);
|
||||
};
|
||||
|
||||
return updateBadgeAsync;
|
||||
|
Loading…
Reference in New Issue
Block a user