Skip to content

Commit

Permalink
Default config upd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 6, 2024
1 parent 66264ae commit e2f041f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export function createDefaultRandomTypesConfig(typesCount: number): RandomTypesC
GRAVITY_MATRIX_SYMMETRIC: false,
LINK_GRAVITY_MATRIX_SYMMETRIC: false,
LINK_TYPE_MATRIX_SYMMETRIC: false,
LINK_FACTOR_DISTANCE_MATRIX_SYMMETRIC: false,
LINK_FACTOR_DISTANCE_MATRIX_SYMMETRIC: true,
LINK_FACTOR_DISTANCE_EXTENDED: true,
LINK_FACTOR_DISTANCE_IGNORE_SELF_TYPE: true,
};
Expand Down
2 changes: 1 addition & 1 deletion src/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const useConfigStore = defineStore("config", () => {
GRAVITY_MATRIX_SYMMETRIC: false,
LINK_GRAVITY_MATRIX_SYMMETRIC: false,
LINK_TYPE_MATRIX_SYMMETRIC: false,
LINK_FACTOR_DISTANCE_MATRIX_SYMMETRIC: false,
LINK_FACTOR_DISTANCE_MATRIX_SYMMETRIC: true,
});

const getConfigValues = () => {
Expand Down

0 comments on commit e2f041f

Please sign in to comment.