forked from MapComplete/MapComplete
Small layout tweaks
This commit is contained in:
parent
f808c2a9cc
commit
3784082155
6 changed files with 360 additions and 4 deletions
|
@ -45,7 +45,12 @@ export class AllKnownLayouts {
|
|||
const layout = Layout.LayoutFromJSON(widths, SharedLayers.sharedLayers);
|
||||
|
||||
layout.enableUserBadge = false;
|
||||
|
||||
layout.enableShareScreen = false;
|
||||
layout.enableMoreQuests = false;
|
||||
layout.enableLayers = false;
|
||||
layout.hideFromOverview = true;
|
||||
layout.enableSearch = false;
|
||||
layout.enableGeolocation = false;
|
||||
return layout;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue