mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-25 10:05:49 +08:00
fix mask
This commit is contained in:
@@ -252,6 +252,16 @@ namespace BetterGenshinImpact.GameTask
|
||||
{
|
||||
maskWindow.Invoke(() => { maskWindow.Hide(); });
|
||||
}
|
||||
else
|
||||
{
|
||||
maskWindow.Invoke(() =>
|
||||
{
|
||||
if (maskWindow.IsExist())
|
||||
{
|
||||
maskWindow.Show();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
_prevGameActive = active;
|
||||
|
||||
Reference in New Issue
Block a user