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 }, }, }, })