mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-06-04 11:05:50 +08:00
fix: blinking window when selecting logs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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(); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user