Skip to content

Commit

Permalink
rc: make live default for cameras in base view
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Mar 1, 2023
1 parent fefef30 commit ad0c2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/components/base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type View = 'Stacked' | 'Grid'
const baseClient = new BaseClient(props.client, props.name, { requestLogger: rcLogConditionally });
const root = $ref<HTMLElement>();
const refreshFrequency = $ref('Every Second');
const refreshFrequency = $ref('Live');
const triggerRefresh = $ref(false);
const openCameras = $ref<Record<string, boolean | undefined>>({});
Expand Down

0 comments on commit ad0c2ac

Please sign in to comment.