|
@@ -87,6 +87,8 @@ public partial class MainView : UserControl
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+ CropMenuItem.IsEnabled = CropFunctions.DetermineIfShouldBeEnabled(vm);
|
|
|
+
|
|
|
// Set source for ChangeCtrlZoomImage
|
|
|
// TODO should probably be refactored inside a command (It doesn't update the UI in the zoom view, so should be made into a command)
|
|
|
if (!Application.Current.TryGetResource("ScanEyeImage", Application.Current.RequestedThemeVariant, out var scanEyeImage ))
|