Skip to content

Commit 69c4d19

Browse files
committed
Improve code quality
1 parent 2825819 commit 69c4d19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/SettingsViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ public EverythingSortOption SelectedEverythingSortOption
602602
if (value == Settings.SortOption)
603603
return;
604604
Settings.SortOption = value;
605-
OnPropertyChanged(nameof(SelectedEverythingSortOption));
605+
OnPropertyChanged();
606606
OnPropertyChanged(nameof(FastSortWarningVisibility));
607607
OnPropertyChanged(nameof(SortOptionWarningMessage));
608608
}
@@ -628,6 +628,7 @@ public Visibility FastSortWarningVisibility
628628
}
629629
}
630630
}
631+
631632
public string SortOptionWarningMessage
632633
{
633634
get

0 commit comments

Comments
 (0)