Skip to content

Commit

Permalink
Merge pull request #129 from brave/ksmith-rewards-enabled-flag
Browse files Browse the repository at this point in the history
Add missing rewards_enabled preconditions
  • Loading branch information
zenparsing authored Aug 30, 2024
2 parents c566c90 + 87ba063 commit 78cc508
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Greaselion.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"scripts": [
"scripts/brave_rewards/publisher/twitch/twitchBase.bundle.js"
],
"preconditions": {
"rewards-enabled": true
},
"minimum_brave_version": "1.19"
},
{
Expand Down Expand Up @@ -115,6 +118,9 @@
"scripts": [
"scripts/brave_rewards/publisher/vimeo/vimeoBase.bundle.js"
],
"preconditions": {
"rewards-enabled": true
},
"minimum_brave_version": "1.18"
},
{
Expand Down

0 comments on commit 78cc508

Please sign in to comment.