diff --git a/config/appVersion.js b/config/appVersion.js index f09e1ceb6..38528cce8 100644 --- a/config/appVersion.js +++ b/config/appVersion.js @@ -1,2 +1,2 @@ // /config/appVersion -export const APP_VERSION = "1.1.215"; +export const APP_VERSION = "1.1.216"; diff --git a/utils/contextMenuUtils.js b/utils/contextMenuUtils.js index 20197675e..6379671d5 100644 --- a/utils/contextMenuUtils.js +++ b/utils/contextMenuUtils.js @@ -11,6 +11,10 @@ export function addContextMenuToMarker(marker) { // ✅ Nur hinzufügen, wenn `selectedDevice` vorhanden ist if (marker?.options?.idDevice && marker?.options?.link) { + contextMenuItems.push({ + separator: true, + }); + contextMenuItems.push({ text: "Station öffnen (Tab)", icon: "/img/screen_new.png",