diff options
author | Andras Timar <andras.timar@collabora.com> | 2024-03-06 20:30:17 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-03-07 13:54:21 +0100 |
commit | 7eb364eae631423921953d49201ba6512e0cdc11 (patch) | |
tree | 6d8a320d4f779ff495c14bae7160b5aeccaafb1d /officecfg | |
parent | 5d2c24a8538f058e7bbd95d711040ba4b82c10e6 (diff) |
[cp] Disable Donation and Get Involved infobars
Change-Id: Iab804633a78d6904308c72d10544cfb5651934cf
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs index 6235c575c5d0..ce9efa20cb46 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs @@ -34,13 +34,13 @@ <info> <desc>Whether the Infobar showing the call for donations is enabled</desc> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="GetInvolved" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Whether the Infobar showing the call to 'Get Involved' is enabled</desc> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="HyphenationMissing" oor:type="xs:boolean" oor:nillable="false"> <info> |