Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sLill committed Nov 28, 2023
1 parent 5b0c787 commit 1c740b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ private void LoadConfiguration()
// Load and save defaults
else
LoadDefaultConfiguration();

}
catch (Exception ex)
{
Expand Down
2 changes: 1 addition & 1 deletion WindowsGrep/WindowsGrep.Configuration/Enums/ConfigItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public enum ConfigItem
IncludeHiddenFiles,

[DefaultValue(false)]
DisplayWorkingDirectoryInPrompt,
DisplayWorkingDirectoryInPrompt
}
}

0 comments on commit 1c740b2

Please sign in to comment.