Skip to content

Commit

Permalink
fix: fixed reading of optionalRefs setting
Browse files Browse the repository at this point in the history
  • Loading branch information
olensmar committed Oct 13, 2021
1 parent 3475f11 commit a30e916
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/redux/initialState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ const initialAppState: AppState = {
isApplyingResource: false,
plugins: [],
resourceRefsProcessingOptions: {
shouldIgnoreOptionalUnsatisfiedRefs:
electronStore.get('main.resourceRefsProcessingOptions.shouldIgnoreOptionalUnsatisfiedRefs') || true,
shouldIgnoreOptionalUnsatisfiedRefs: electronStore.get(
'main.resourceRefsProcessingOptions.shouldIgnoreOptionalUnsatisfiedRefs'
),
},
};

Expand Down

0 comments on commit a30e916

Please sign in to comment.