From 48a4ad79e0380654cf06fe85a621b16782a45fae Mon Sep 17 00:00:00 2001 From: Wolfgang Ginolas Date: Wed, 15 Jul 2026 17:25:33 +0200 Subject: [PATCH] Do not ask for donations when integrated --- www/common/common-ui-elements.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 68e843b19..2f25ff8cd 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -3395,6 +3395,7 @@ define([ if (priv.app === 'drive') { return; } if (!priv.channel) { return; } if (priv.app === 'form' && priv.readOnly && !priv.form_auditorHash && !priv.form_auditorKey) { return; } + if (priv.integration) { return; } var todo = function () { crowdfundingState = true;