mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
Update defaults
This commit is contained in:
parent
4ca6a592a6
commit
7168ead044
@ -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 },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user