Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
aryehsilver committed Aug 21, 2021
1 parent 5e7cbac commit 724bee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TheShivisiApp/Views/Settings.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ private bool ReadFromXml() {
return true;
}

private void Cancel_Click(object sender, RoutedEventArgs e) => Close();
private void Cancel_Click(object sender, RoutedEventArgs e) =>
Close();

private void Test_Click(object sender, RoutedEventArgs e) {
NotifText = notifText.CurrentText;
Expand Down

0 comments on commit 724bee8

Please sign in to comment.