Navigator: fix view->sidebar button in compact view

Changed to open PropertyDeck as it does in tabbed mode.

Signed-off-by: Attila Szűcs <attila.szucs@collabora.com>
Change-Id: I39c0efe7428d2ff3240f16578c154be820374517
This commit is contained in:
Attila Szűcs 2023-05-29 18:43:13 +02:00 committed by Szűcs Attila
parent fd957a2c7d
commit 86dd559d29

View file

@ -555,7 +555,7 @@ L.Control.Menubar = L.Control.extend({
{type: 'separator'},
{name: _('Toggle UI Mode'), id: 'toggleuimode', type: 'action'},
{name: _('Dark Mode'), id: 'toggledarktheme', type: 'action'},
{uno: '.uno:Sidebar'},
{uno: '.uno:SidebarDeck.PropertyDeck', name: _UNO('.uno:Sidebar')},
{uno: '.uno:Navigator', id: 'navigator'},
{name: _('Show Status Bar'), id: 'showstatusbar', type: 'action'}
])},