Skip to content

Commit

Permalink
hide non-useful iD Background and Map Data options (digidem#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper authored Sep 16, 2021
1 parent 0d306a1 commit 91d41aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/renderer/components/MapEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,21 @@ insertCss(`
.id-container .inspector-body .raw-membership-editor {
display: none;
}
.id-container .map-panes .map-data-photo-overlays {
display: none;
}
.id-container .map-panes .map-data-area-fills {
display: none;
}
.id-container .map-panes .background-overlay-list-container {
display: none;
}
.id-container .map-panes .background-display-options {
display: none;
}
.id-container .map-panes .background-offset {
display: none;
}
`)

const { localStorage, location } = window
Expand Down

0 comments on commit 91d41aa

Please sign in to comment.