Skip to content

Commit

Permalink
Change some default settings
Browse files Browse the repository at this point in the history
no one ever wants the window walker one

the %path% is also way too noisy. It was the problem more than the
registry
  • Loading branch information
zadjii committed Feb 14, 2025
1 parent c3f5cce commit c0d6652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class SettingsManager : JsonSettingsManager
Namespaced(nameof(HideExplorerSettingInfo)),
Resources.windowwalker_SettingExplorerSettingInfo,
Resources.windowwalker_SettingExplorerSettingInfo_Description,
false);
true);

private readonly ToggleSetting _inMruOrder = new(
Namespaced(nameof(InMruOrder)),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class AllAppsSettings : JsonSettingsManager
Namespaced(nameof(EnablePathEnvironmentVariableSource)),
Resources.enable_path_environment_variable_source,
Resources.enable_path_environment_variable_source,
true);
false); // This one is even noisier

public double MinScoreThreshold { get; set; } = 0.75;

Expand Down

0 comments on commit c0d6652

Please sign in to comment.