We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3ff02 commit f0ac088Copy full SHA for f0ac088
src/Files.App/Dialogs/SettingsDialog.xaml.cs
@@ -45,6 +45,7 @@ private void UpdateDialogLayout()
45
46
private void MainSettingsNavigationView_SelectionChanged(NavigationView sender, NavigationViewSelectionChangedEventArgs args)
47
{
48
+ SettingsContentScrollViewer.ChangeView(null, 0, null, true);
49
var selectedItem = (NavigationViewItem)args.SelectedItem;
50
51
_ = Enum.Parse<SettingsPageKind>(selectedItem.Tag.ToString()) switch
0 commit comments