Skip to content

Commit

Permalink
Fixed the clear cipher command notification
Browse files Browse the repository at this point in the history
  • Loading branch information
dlascelles committed Dec 14, 2023
1 parent dc85aa7 commit b1d90c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArithmosApp/ViewModels/CipherViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ private void EditCipher()
{
IsEditMode = true;
UpdateCipher(SelectedGematriaMethod.Cipher);
CipherEditControlsNotify();
}

private bool CanEditCipher()
Expand Down

0 comments on commit b1d90c1

Please sign in to comment.