Skip to content

fix(tweaks): remove duplicated#3626

Merged
ChrisTitusTech merged 1 commit intoChrisTitusTech:mainfrom
CatBraaain:fix-remove-duplicated-from-tweaks
Oct 14, 2025
Merged

fix(tweaks): remove duplicated#3626
ChrisTitusTech merged 1 commit intoChrisTitusTech:mainfrom
CatBraaain:fix-remove-duplicated-from-tweaks

Conversation

@CatBraaain
Copy link
Contributor

@CatBraaain CatBraaain commented Oct 7, 2025

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

Removed duplicate entries from tweaks.json.
This resolves an issue where multiple Tweaks definitions shared the same name and path, which could lead to overwriting or unexpected behavior.
The goal is to ensure each tweak entry is unique and consistent across the configuration file.

Testing

Impact

No functional or behavioral side effects are expected.
This change improves maintainability and prevents potential conflicts in future updates.

Issue related to PR

Additional Information

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"Name": "PersonalizationReportingEnabled",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of line 1607 in original file

},
{
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge",
"Name": "EdgeCollectionsEnabled",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of line 1649 in original file

@ChrisTitusTech ChrisTitusTech merged commit d5127b1 into ChrisTitusTech:main Oct 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants