[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 9 11:47:55 UTC 2019
loleaflet/src/control/Control.Menubar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 14853910a1ea94566f440f2eb568b980371634f2
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Wed Oct 9 12:59:38 2019 +0200
Commit: Tomaž Vajngerl <quikee at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee at 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'},
More information about the Libreoffice-commits
mailing list