From 9b75e17babd29395118e42210065a5aee69e80dc Mon Sep 17 00:00:00 2001 From: qadan Date: Sat, 26 Sep 2020 14:15:52 -0300 Subject: [PATCH] pinned locations --- resources/static_json/layouts/tracker.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/static_json/layouts/tracker.json b/resources/static_json/layouts/tracker.json index 27f00a1..c0dc25f 100644 --- a/resources/static_json/layouts/tracker.json +++ b/resources/static_json/layouts/tracker.json @@ -90,6 +90,19 @@ "type": "layout", "key": "item_grid_tall" } + }, + { + "type": "group", + "header": "Pinned Locations", + "dock": "bottom", + "content": { + "type": "recentpins", + "style": "wrap", + "h_alignment": "stretch", + "v_alignment": "stretch", + "orientation": "vertical", + "compact": true + } } ] },