This commit is contained in:
辉鸭蛋
2024-12-18 02:22:40 +08:00
parent ed9768ac78
commit f8994f2ebc

View File

@@ -252,6 +252,16 @@ namespace BetterGenshinImpact.GameTask
{
maskWindow.Invoke(() => { maskWindow.Hide(); });
}
else
{
maskWindow.Invoke(() =>
{
if (maskWindow.IsExist())
{
maskWindow.Show();
}
});
}
}
_prevGameActive = active;