Adjust dearrow message params

This commit is contained in:
Ajay
2023-09-03 21:29:00 -04:00
parent f991435857
commit a9929d0c93

View File

@@ -63,7 +63,7 @@ utils.wait(() => Config.isReady(), 5000, 10).then(() => {
&& Config.config.showDeArrowPromotion && Config.config.showDeArrowPromotion
&& Config.config.showUpsells && Config.config.showUpsells
&& Config.config.showNewFeaturePopups && Config.config.showNewFeaturePopups
&& (Config.config.skipCount > 100 || !Config.config.trackViewCount) && (Config.config.skipCount > 30 || !Config.config.trackViewCount)
&& Math.random() < 0.05) { && Math.random() < 0.05) {
if (!await isDeArrowInstalled()) { if (!await isDeArrowInstalled()) {