chore: 标题显示当前配置

This commit is contained in:
uye
2023-05-26 21:00:50 +08:00
parent eeb16e1a55
commit 7f446226cf

View File

@@ -2307,7 +2307,7 @@ namespace MaaWpfGui.ViewModels.UI
}
string poolString = !string.IsNullOrEmpty(versionName) ? $" - {versionName}" : string.Empty;
rvm.WindowTitle = $"{prefix}MAA - {VersionId}{poolString} - {connectConfigName} ({ConnectAddress}) - {ClientName}";
rvm.WindowTitle = $"{prefix}MAA - {VersionId}{poolString} - {connectConfigName} ({ConnectAddress}) - {ClientName} - {CurrentConfiguration}";
}
private readonly string _bluestacksConfig = ConfigurationHelper.GetValue(ConfigurationKeys.BluestacksConfigPath, string.Empty);