mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Add button in dearrow prompt to quickly disable future prompts
This commit is contained in:
parent
3ae0429043
commit
2c67db44a0
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 6bdc9402c6cf2a8c97e53e1c360744e12afd919f
|
||||
Subproject commit 2aa3c0bc23c2100ef7eb4963aa116e4182a7f162
|
|
@ -37,6 +37,7 @@ export async function tryShowingDeArrowPromotion() {
|
|||
window.open("https://dearrow.ajay.app");
|
||||
Config.config.shownDeArrowPromotion = true;
|
||||
},
|
||||
secondButtonText: chrome.i18n.getMessage("hideNewFeatureUpdates"),
|
||||
referenceNode: element,
|
||||
prependElement: element.firstElementChild as HTMLElement,
|
||||
timeout: 15000,
|
||||
|
|
Loading…
Reference in a new issue