We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822383e commit edd4417Copy full SHA for edd4417
1 file changed
CmdPalWebSearchShortcut/WebSearchShortcut/Storage.cs
@@ -42,15 +42,6 @@ public static Storage ReadFromFile(string path)
42
43
bool modified = EnsureIds(data.Data);
44
45
- foreach (var defaultEntry in GetDefaultEntries())
46
- {
47
- if (!data.Data.Exists(x => x.Name == defaultEntry.Name))
48
49
- data.Data.Add(defaultEntry);
50
- modified = true;
51
- }
52
53
-
54
if (modified)
55
{
56
WriteToFile(path, data);
0 commit comments