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();
		}
	},