originale view support

This commit is contained in:
EugeneTes
2026-02-13 07:58:54 +01:00
parent 51fe29e5e5
commit 216d9d4316
5 changed files with 19 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ public partial class ErrorPreviewVM:ObservableObject
ImageAnalysis = null;
return;
}
OriginalView= false;
IsNextImageEnabled = imageIndex < _errorsVm.Errors.Count - 1;
IsPreviousImageEnabled = imageIndex > 0;
ImageName = _errorData.Title;