Skip to content

Don't persist unused settings keys#622

Open
dudecc wants to merge 2 commits into
developfrom
settings_json_tweak
Open

Don't persist unused settings keys#622
dudecc wants to merge 2 commits into
developfrom
settings_json_tweak

Conversation

@dudecc

@dudecc dudecc commented May 26, 2023

Copy link
Copy Markdown

If we change the naming of settings keys, or remove settings keys, or if someone manually edits a settings key with a typo into their persisent settings, we would like to remove that unused key.

This code change will not necessarily remove the settings key immediately, but it will eventually remove it the first time we need to write a settings change back to disk.

Chris Moore added 2 commits May 26, 2023 14:07
If we change the naming of settings keys, or remove settings keys, or if someone manually edits a settings key with a typo into their persisent settings, we would like to remove that unused key.  

This code change will not necessarily remove the settings key immediately, but it will eventually remove it the first time we need to write a settings change back to disk.

@pravs3 pravs3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good.

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