Add button in dearrow prompt to quickly disable future prompts

This commit is contained in:
Ajay 2023-11-27 00:36:16 -05:00
parent 3ae0429043
commit 2c67db44a0
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6bdc9402c6cf2a8c97e53e1c360744e12afd919f
Subproject commit 2aa3c0bc23c2100ef7eb4963aa116e4182a7f162

View file

@ -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,