We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bc5c2 commit c144f1cCopy full SHA for c144f1c
1 file changed
wpf/src/ViewModel/ImageViewerViewModel.cs
@@ -56,7 +56,7 @@ public ImageViewerViewModel()
56
public void Load(SalmonFileViewModel item)
57
{
58
AesFile file = item.GetAesFile();
59
- file.setVerifyIntegrity(ImageViewerViewModel.checkIntegrity);
+ file.SetVerifyIntegrity(ImageViewerViewModel.checkIntegrity);
60
viewer.Load(file);
61
BitmapImage imageSource = new BitmapImage();
62
imageSource.BeginInit();
0 commit comments