diff options
author | Irgaliev Amin <irgaliev01@mail.ru> | 2023-10-16 19:19:18 +0400 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-10-17 09:55:28 +0200 |
commit | 0e14912af0c449396f10c2ae4be3c7f2a3a98bc2 (patch) | |
tree | 693d58e401c4beaf02f96f5d64d82f558dfd40c1 /officecfg/registry | |
parent | 07a80b8940a16ba1b7fd047865179809bd74a563 (diff) |
tdf#157788 Saving the "Show navigation panel" setting for a device
Currently, the value of the "Show navigation panel" parameter for
presentations is not saved. The section in which this setting is
now located, apparently, is saved in files. It might make sense
to move this setting to Tools -> Options -> LibreOffice Impress -> General,
because it relates to the device rather than the slideshow.
Change-Id: I2286a4a6d432b11fce2b9c3e65fa6b82e004275f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158057
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index adb6d257b01e..baafb0972c94 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -584,6 +584,13 @@ </info> <value>true</value> </prop> + <prop oor:name="ShowNavigationPanel" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Indicates whether to show navigation panel for presentations.</desc> + <label>Show navigation panel</label> + </info> + <value>false</value> + </prop> </group> <group oor:name="Compatibility"> <info> |