Skip to content

Commit

Permalink
updated so that when updating already custom control it notifies the …
Browse files Browse the repository at this point in the history
…user that the save has been successfull (#24)

Co-authored-by: Martin Barker <[email protected]>
  • Loading branch information
barkermn01 and Martin Barker committed Jun 29, 2021
1 parent d966b12 commit 1aa078d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SeventhHeavenUI/Windows/ControlMappingWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ private void btnSaveChanges_Click(object sender, RoutedEventArgs e)
else
{
ViewModel.SaveChangesToFile();
MessageDialogWindow.Show(
"In-Game Controls have been successfully updated",
"Controls Saved"
);
}
}

Expand Down

0 comments on commit 1aa078d

Please sign in to comment.