From 328292da6751a768e3aa6966ee5f69985214eed2 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sat, 12 Mar 2022 07:25:12 -0700 Subject: [PATCH] Fix tests --- web/config/handlers.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/config/handlers.js b/web/config/handlers.js index e2e95d077..cfaaf0e5c 100644 --- a/web/config/handlers.js +++ b/web/config/handlers.js @@ -20,6 +20,7 @@ export const handlers = [ detect: { width: 1280, height: 720 }, snapshots: {}, live: { height: 720 }, + gui: { show: true, order: 0 }, }, side: { name: 'side', @@ -28,6 +29,7 @@ export const handlers = [ detect: { width: 1280, height: 720 }, snapshots: {}, live: { height: 720 }, + gui: { show: true, order: 1 }, }, }, })