File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/ViewModels Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -577,8 +577,8 @@ public string ExcludedFileTypes
577
577
}
578
578
}
579
579
580
- public int MaxResultLowerLimit => 1 ;
581
- public int MaxResultUpperLimit => 100000 ;
580
+ public int MaxResultLowerLimit { get ; } = 1 ;
581
+ public int MaxResultUpperLimit { get ; } = 100000 ;
582
582
583
583
public int MaxResult
584
584
{
@@ -592,7 +592,7 @@ public int MaxResult
592
592
593
593
#region Everything FastSortWarning
594
594
595
- public List < EverythingSortOptionLocalized > AllEverythingSortOptions = EverythingSortOptionLocalized . GetValues ( ) ;
595
+ public List < EverythingSortOptionLocalized > AllEverythingSortOptions { get ; } = EverythingSortOptionLocalized . GetValues ( ) ;
596
596
597
597
public EverythingSortOption SelectedEverythingSortOption
598
598
{
You can’t perform that action at this time.
0 commit comments