Ver Fonte

Fix UI not activating when calling 0 maids

habeebweeb há 4 anos atrás
pai
commit
74d390cab6

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