https://bugs.documentfoundation.org/show_bug.cgi?id=147656
Bug ID: 147656
Summary: Presenter console default disable
Product: LibreOffice
Version: 7.3.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: [email protected]
Reporter: [email protected]
I suggest turning off the presenter console by default for new users. Many
hundreds of users to whom I put LO, asked how to disable this setting.
I think it can be done here:
libreoffice/sd/source/ui/inc/optsitem.hxx:199:
bool bEnablePresenterScreen : 1; => 0
libreoffice/sdext/source/presenter/PresenterScreen.cxx:254:
bool dEnablePresenterScreen=true; => false
--
You are receiving this mail because:
You are the assignee for the bug.