Update defaults

This commit is contained in:
Nick Mowen 2022-03-28 10:00:25 -06:00
parent 4ca6a592a6
commit 7168ead044

View File

@ -20,7 +20,7 @@ export const handlers = [
detect: { width: 1280, height: 720 }, detect: { width: 1280, height: 720 },
snapshots: {}, snapshots: {},
live: { height: 720 }, live: { height: 720 },
ui: { show: true, order: 0 }, ui: { dashboard: true, order: 0, birdseye: true },
}, },
side: { side: {
name: 'side', name: 'side',
@ -29,7 +29,7 @@ export const handlers = [
detect: { width: 1280, height: 720 }, detect: { width: 1280, height: 720 },
snapshots: {}, snapshots: {},
live: { height: 720 }, live: { height: 720 },
ui: { show: true, order: 1 }, ui: { dashboard: true, order: 1, birdseye: true },
}, },
}, },
}) })