From 7168ead044de8db35da9865758df04f93ab2cf09 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 28 Mar 2022 10:00:25 -0600 Subject: [PATCH] Update defaults --- web/config/handlers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/config/handlers.js b/web/config/handlers.js index 7c2fd883e..9f5a3bcaa 100644 --- a/web/config/handlers.js +++ b/web/config/handlers.js @@ -20,7 +20,7 @@ export const handlers = [ detect: { width: 1280, height: 720 }, snapshots: {}, live: { height: 720 }, - ui: { show: true, order: 0 }, + ui: { dashboard: true, order: 0, birdseye: true }, }, side: { name: 'side', @@ -29,7 +29,7 @@ export const handlers = [ detect: { width: 1280, height: 720 }, snapshots: {}, live: { height: 720 }, - ui: { show: true, order: 1 }, + ui: { dashboard: true, order: 1, birdseye: true }, }, }, })