https://bugs.documentfoundation.org/show_bug.cgi?id=35563
--- Comment #22 from OdinWill <[email protected]> --- Soo ... the code for this issue (if people want to poke at it is) is here: http://cgit.freedesktop.org/libreoffice/core/tree/sfx2/source/appl/shutdowniconw32.cxx#n767 The status of that check-box is not a setting that is stored in the normal way - in the configuration of LibreOffice; but instead is something that relies on the existence (or not) of a shortcut in a magic place on your desktop: https://whizzdot.com Shows how IsQuickStarterInstalled - (better named 'is it enabled') is implemented; and I guess (somehow) when we remove / update the version then - we remove the old version of that link during some MSI cleanup phase, and then don't restore it (?) or something. -- You are receiving this mail because: You are the assignee for the bug.
