diff options
author | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-06-27 13:21:59 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-07-01 09:09:10 +0200 |
commit | 4b3995bf5d0058ec70e35679abf1940a5c0e2f69 (patch) | |
tree | 76b47442205864146dbb8224f3a176ad20e10ad9 /officecfg | |
parent | c65127e5f6efcc5db93d2f80b9592f458200d596 (diff) |
Resolves tdf#161796 - Add a donate button to the start center
Set Common::Misc::ShowDonation to false in order to get the
legacy Extensions button
Icon by Muhammad Haq on freeicons.io (slightly modified)
Change-Id: I83d10d7230722d38914934d59d70ece471e62599
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169628
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 3 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index de1eae2ce767..7c8bc8f15f35 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -457,6 +457,9 @@ <prop oor:name="PerformFileExtCheck"> <value install:module="wnt">true</value> </prop> + <prop oor:name="ShowDonation"> + <value>true</value> + </prop> </node> <node oor:name="Save"> <node oor:name="ODF"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 15b3a481195c..c2e0e97159d1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5367,6 +5367,12 @@ </info> <value>false</value> </prop> + <prop oor:name="ShowDonation" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Determines whether to show a donation button in the start center or extension.</desc> + </info> + <value>true</value> + </prop> <prop oor:name="UseOpenCL" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Determines whether OpenCL can be used, when available, to speed up |