mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: 启动客户端绑定失效
This commit is contained in:
@@ -102,7 +102,7 @@ public class StartUpSettingsUserControlModel : TaskSettingsViewModel
|
||||
|
||||
var task = new AsstStartUpTask() {
|
||||
ClientType = clientType,
|
||||
StartGame = !string.IsNullOrEmpty(clientType),
|
||||
StartGame = SettingsViewModel.GameSettings.StartGame,
|
||||
AccountName = accountName,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user