diff options
author | Ajay <[email protected]> | 2023-11-06 19:33:05 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-11-06 19:33:05 -0500 |
commit | 9a71e8bb8c1e85fbacdfcd4a0816b3398e793a80 (patch) | |
tree | cfbdd7c43e80f2822ed07a4f15fc8bac4b6acf61 /src/config.ts | |
parent | dc2c7cc42547d8062a92d89a33243d3fec7aca72 (diff) | |
download | SponsorBlock-9a71e8bb8c1e85fbacdfcd4a0816b3398e793a80.tar.gz SponsorBlock-9a71e8bb8c1e85fbacdfcd4a0816b3398e793a80.zip |
Disable dearrow promotion
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index 4dab0dab..e820160d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -316,7 +316,7 @@ const syncDefaults = { showSegmentFailedToFetchWarning: true, allowScrollingToEdit: true, deArrowInstalled: false, - showDeArrowPromotion: true, + showDeArrowPromotion: false, showZoomToFillError2: true, categoryPillColors: {}, |