diff options
author | Andras Timar <andras.timar@collabora.com> | 2022-03-30 11:08:43 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-03-30 11:14:04 +0200 |
commit | 8c792ddec5a25b88504e5227c81687a3b98ccc24 (patch) | |
tree | 516ca2ca55bdd0e9e9590423f72607df20fc7459 | |
parent | 2f9a7c854d6c4d598dd79a6e4dbf7ba2a9b41a92 (diff) |
[MIMO] disable Donate and GetInvolved infobarsdistro/mimo/mimo-7-0
Change-Id: I991cf07a89b417fde332fb665a5d2df9930015a4
-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 af0434046770..789343f76fac 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> |