diff --git a/BlueMapCommon/webapp/src/components/ControlBar/ControlBar.vue b/BlueMapCommon/webapp/src/components/ControlBar/ControlBar.vue index c1fda508..9170862a 100644 --- a/BlueMapCommon/webapp/src/components/ControlBar/ControlBar.vue +++ b/BlueMapCommon/webapp/src/components/ControlBar/ControlBar.vue @@ -2,13 +2,13 @@
- - 0) return true; + for (let set of markerSet.markerSets) { + if (set.id !== "bm-players" && set.id !== "bm-popup-set") { + if (this.hasMarkers(set)) return true; + } + } + return false; } } }