diff --git a/src/MaaWpfGui/Main/AsstProxy.cs b/src/MaaWpfGui/Main/AsstProxy.cs index ce64002b4c..9a8ced26c2 100644 --- a/src/MaaWpfGui/Main/AsstProxy.cs +++ b/src/MaaWpfGui/Main/AsstProxy.cs @@ -786,7 +786,7 @@ public class AsstProxy int height = details["details"]?["height"]?.ToObject() ?? 0; if (SettingsViewModel.GameSettings.ClientType == ClientType.EN && (width != 1920 || height != 1080)) { - Instances.TaskQueueViewModel.AddLog(LocalizationHelper.GetString("ResolutionInfoYoStarEN"), UiLogColor.Warning); + Instances.TaskQueueViewModel.AddLog(LocalizationHelper.GetString("ResolutionInfoYoStarEN"), UiLogColor.Error); } } break; @@ -2492,7 +2492,7 @@ public class AsstProxy private bool AsstAttachWindowConnect(ref string error) { _lastConnectionError = string.Empty; - + if (!Bootstrapper.IsUserAdministrator()) { var result = Application.Current.Dispatcher.Invoke(() => @@ -2562,7 +2562,7 @@ public class AsstProxy { // 等待回调完成以获取详细错误信息 System.Threading.Thread.Sleep(100); - + if (!string.IsNullOrEmpty(_lastConnectionError)) { error = _lastConnectionError; @@ -2571,7 +2571,7 @@ public class AsstProxy { error = LocalizationHelper.GetString("AttachWindowFailed"); } - + Instances.TaskQueueViewModel.AddLog(error, UiLogColor.Error); } diff --git a/src/MaaWpfGui/Res/Localizations/en-us.xaml b/src/MaaWpfGui/Res/Localizations/en-us.xaml index d03171293b..8d2e9eac4f 100644 --- a/src/MaaWpfGui/Res/Localizations/en-us.xaml +++ b/src/MaaWpfGui/Res/Localizations/en-us.xaml @@ -583,7 +583,7 @@ Then delete the entries corresponding to the paths. Date format string Restart immediately to apply changes? Change the emulator resolution to 1920x1080! - Make sure the emulator is set to 1920x1080 + For YoStarEN, make sure the emulator is set to 1920x1080 Save 「Use Originium」 This function is considered dangerous. Pressing the 「{key=Confirm}」 button indicates that you understand and are willing to accept the potential risks. Use alternative stage