瀏覽代碼

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;
             }