fix: 启动客户端绑定失效

This commit is contained in:
status102
2026-01-19 12:07:57 +08:00
parent 0b073ed84f
commit 62043a97f2

View File

@@ -102,7 +102,7 @@ public class StartUpSettingsUserControlModel : TaskSettingsViewModel
var task = new AsstStartUpTask() {
ClientType = clientType,
StartGame = !string.IsNullOrEmpty(clientType),
StartGame = SettingsViewModel.GameSettings.StartGame,
AccountName = accountName,
};