fix: blinking window when selecting logs

This commit is contained in:
huiyadanli
2023-11-08 21:34:13 +08:00
parent 9ac4d12896
commit 75788845ef
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ namespace BetterGenshinImpact.Core.Config;
public class Global
{
public static string Version = "0.13.0";
public static string Version = "0.13.2";
public static string StartUpPath { get; private set; } = AppContext.BaseDirectory;

View File

@@ -152,7 +152,7 @@ namespace BetterGenshinImpact.GameTask
}
var pName = SystemControl.GetActiveProcessName();
if (pName != "BetterGenshinImpact" && pName != "YuanShen" && pName != "GenshinImpact" && pName != "Genshin Impact Cloud Game")
if (pName != "BetterGI" && pName != "YuanShen" && pName != "GenshinImpact" && pName != "Genshin Impact Cloud Game")
{
maskWindow.Invoke(() => { maskWindow.Hide(); });
}