Remove birdseye toggle (will be added in separate PR)

This commit is contained in:
Nick Mowen
2022-04-11 06:13:06 -06:00
parent 8267b8a733
commit 37ab7f6285
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ export const handlers = [
detect: { width: 1280, height: 720 },
snapshots: {},
live: { height: 720 },
ui: { dashboard: true, order: 0, birdseye: true },
ui: { dashboard: true, order: 0 },
},
side: {
name: 'side',
@@ -29,7 +29,7 @@ export const handlers = [
detect: { width: 1280, height: 720 },
snapshots: {},
live: { height: 720 },
ui: { dashboard: true, order: 1, birdseye: true },
ui: { dashboard: true, order: 1 },
},
},
})