loleaflet/src/control/Control.Menubar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 14853910a1ea94566f440f2eb568b980371634f2
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Wed Oct 9 12:59:38 2019 +0200
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Wed Oct 9 13:47:36 2019 +0200

    disable sidebar menu entry for mobile
    
    Change-Id: Ifaddc05ad837de7f62709bad967e5d6dd8afbc81
    Reviewed-on: https://gerrit.libreoffice.org/80541
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index eb7818c20..3c721b84f 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -284,7 +284,7 @@ L.Control.Menubar = L.Control.extend({
                                {name: _UNO('.uno:ZoomMinus', 'presentation'), 
id: 'zoomout', type: 'action'},
                                {name: _('Reset zoom'), id: 'zoomreset', type: 
'action'},
                                {type: 'separator'},
-                               {uno: '.uno:Sidebar'}]
+                               {uno: '.uno:Sidebar', mobile: false}]
                        },
                        {name: _UNO('.uno:InsertMenu', 'presentation'), type: 
'menu', menu: [
                                {name: _('Local Image...'), id: 
'insertgraphic', type: 'action'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to