From f6a8657de2e963038e05d1d71af89ff9e7f80880 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 21 Jun 2026 12:12:45 +0200 Subject: [PATCH] chore: move Off to first position in connect markers select Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr --- themes/intotheeast/blueprints/trip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/blueprints/trip.yaml b/themes/intotheeast/blueprints/trip.yaml index 087e633..3e697ef 100644 --- a/themes/intotheeast/blueprints/trip.yaml +++ b/themes/intotheeast/blueprints/trip.yaml @@ -73,10 +73,10 @@ form: help: "On: draws a dashed line between every entry in date order.
Manual: no automatic lines — only entries with Force Connect are linked.
Intelligent GPX: suppresses the connector where a GPX track already covers the route (requires Show GPX enabled); Force Connect still overrides.
Off: no connector lines at all, Force Connect is also ignored." default: 'on' options: + 'off': 'Off — no connections' 'on': 'On — always connect all' 'manual': 'Manual — force connect only' 'intelligent_gpx': 'Intelligent GPX — suppress where route is covered' - 'off': 'Off — no connections' publishing: type: tab