Skip to content

Commit

Permalink
Return to settings category after saving desired window.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Macocian committed Apr 25, 2021
1 parent 0edc3f1 commit 8405e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Daybreak/Views/ScreenChoiceView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void BackButton_Clicked(object sender, EventArgs e)
private void SaveButton_Clicked(object sender, EventArgs e)
{
this.configurationManager.GetConfiguration().DesiredGuildwarsScreen = this.selectedId;
this.viewManager.ShowView<SettingsView>();
this.viewManager.ShowView<SettingsCategoryView>();
}
}
}

0 comments on commit 8405e4d

Please sign in to comment.