소스 검색

Fix UI not activating when calling 0 maids

habeebweeb 4 년 전
부모
커밋
74d390cab6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/MeidoManager.cs

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Managers/MeidoManager.cs

@@ -110,7 +110,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
 
             if (SelectMeidoList.Count == 0)
             {
-                if (hadActiveMeidos) OnEndCallMeidos(this, EventArgs.Empty);
+                OnEndCallMeidos(this, EventArgs.Empty);
                 return;
             }