Do not ask for donations when integrated

This commit is contained in:
Wolfgang Ginolas 2026-07-15 17:25:33 +02:00
parent 7c6430c824
commit 48a4ad79e0

View File

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