diff options
Diffstat (limited to 'src/dearrowPromotion.ts')
-rw-r--r-- | src/dearrowPromotion.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dearrowPromotion.ts b/src/dearrowPromotion.ts index 208c627f..13fa8288 100644 --- a/src/dearrowPromotion.ts +++ b/src/dearrowPromotion.ts @@ -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, |