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 <martin.barker@thisisbeacon.com>
  • Loading branch information
2 people authored and julianxhokaxhiu committed Feb 28, 2022
1 parent 2b62861 commit c198e85
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 c198e85

Please sign in to comment.