diff --git a/common/src/services/state.service.ts b/common/src/services/state.service.ts index 3af2bc11d6..33a71902d0 100644 --- a/common/src/services/state.service.ts +++ b/common/src/services/state.service.ts @@ -231,7 +231,7 @@ export class StateService< async getAutoFillOnPageLoadDefault(options?: StorageOptions): Promise { return ( (await this.getAccount(this.reconcileOptions(options, await this.defaultOnDiskOptions()))) - ?.settings?.autoFillOnPageLoadDefault ?? false + ?.settings?.autoFillOnPageLoadDefault ?? true ); }