fix:托盘功能不可用

This commit is contained in:
2025-09-13 14:33:49 +08:00
parent 9ea58bfdad
commit fd0bd0b343
3 changed files with 57 additions and 2 deletions
@@ -34,7 +34,7 @@ namespace Ink_Canvas
private Rect _currentSelection;
private ControlPointType _activeControlPoint = ControlPointType.None;
private CameraService _cameraService;
private Bitmap _capturedCameraImage;
private Bitmap _capturedCameraImage = null;
// 控制点类型枚举
private enum ControlPointType