| commit | 5a02299c9e072fe427dc433529683af005b9146d | [log] |
|---|---|---|
| author | Tor Lillqvist <tml@collabora.com> | Tue Oct 01 12:07:08 2019 +0300 |
| committer | Tor Lillqvist <tml@collabora.com> | Tue Oct 01 22:32:16 2019 +0200 |
| tree | afe4ade87e023a41f857a0256ba7a226c1d81893 | |
| parent | 490646ba4c0c5cd2936583e96ba9c6aa0904f871 [diff] |
Revert "tdf#126972: The "file icon" button in the menubar is useless..." This reverts commit c5d6c7dd402da6987cd01f3c0759b28b3503d85c. We do want the logo to be there. Change-Id: I2378271e54cbe0763ad41c56b23c1b97a6d2a8ae Reviewed-on: https://gerrit.libreoffice.org/79950 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit a165c2053dd47c0fbe1cbb86202e281072df7710) Reviewed-on: https://gerrit.libreoffice.org/79997
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index fc0f44f..f489f63 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js
@@ -577,7 +577,7 @@ L.Control.Menubar = L.Control.extend({ }); $('#main-menu').attr('tabindex', 0); if (!window.ThisIsTheiOSApp && this._map._permission !== 'readonly') { if (this._map._permission !== 'readonly') { this._createFileIcon(); } },