Flip default value of auto-load flag
Change-Id: I402e6cfd96955b32bff9a66429c0dd5121c39a3c
diff --git a/ui/src/common/empty_state.ts b/ui/src/common/empty_state.ts
index 129392d..a3b1fdc 100644
--- a/ui/src/common/empty_state.ts
+++ b/ui/src/common/empty_state.ts
@@ -26,7 +26,7 @@
name: 'Auto-load last used recording config',
description: 'Starting a recording automatically saves its configuration. ' +
'This flag controls whether this config is automatically loaded.',
- defaultValue: false,
+ defaultValue: true,
});
export function createEmptyState(): State {