Skip to content

Commit

Permalink
Fix default sort order (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Sep 8, 2024
1 parent 664009c commit 23ebd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EverythingToolbar/ToolbarSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public interface IToolbarSettings
[Option(DefaultValue = false)]
bool IsMatchPath { get; set; }

[Option(DefaultValue = 12)] // Default is date run
[Option(DefaultValue = 9)] // Default is run count
int SortBy { get; set; }

[Option(DefaultValue = true)]
Expand Down

0 comments on commit 23ebd10

Please sign in to comment.