Explorar o código

Fix UI not activating when calling 0 maids

habeebweeb %!s(int64=4) %!d(string=hai) anos
pai
achega
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;
             }