From b1d90c131cd899bec906c843cb829fc1795ae531 Mon Sep 17 00:00:00 2001 From: Daniel Lascelles Date: Thu, 14 Dec 2023 11:53:04 +0200 Subject: [PATCH] Fixed the clear cipher command notification --- ArithmosApp/ViewModels/CipherViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ArithmosApp/ViewModels/CipherViewModel.cs b/ArithmosApp/ViewModels/CipherViewModel.cs index c86051f..8ddacd4 100644 --- a/ArithmosApp/ViewModels/CipherViewModel.cs +++ b/ArithmosApp/ViewModels/CipherViewModel.cs @@ -67,6 +67,7 @@ private void EditCipher() { IsEditMode = true; UpdateCipher(SelectedGematriaMethod.Cipher); + CipherEditControlsNotify(); } private bool CanEditCipher()