Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Fix patch 0018
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Sep 12, 2023
1 parent bba1746 commit faea4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/0018-Ghostery-Theme.patch
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ index 2b9c386c29..27bab89399 100644
},

+ async maybeUninstallBuiltinAddon(aID) {
+ if (enabledScopes & BuiltInLocation.scope) {
+ if (lazy.enabledScopes & BuiltInLocation.scope) {
+ let existing = BuiltInLocation.get(aID);
+ if (existing) {
+ (async () => {
Expand Down

0 comments on commit faea4ae

Please sign in to comment.