mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
chore: 标题显示当前配置
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user