mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
feat: PC端忽略启动客户端设置
This commit is contained in:
@@ -46,7 +46,7 @@ public class GameSettingsUserControlModel : PropertyChangedBase
|
||||
|
||||
public bool StartGame
|
||||
{
|
||||
get => field;
|
||||
get => SettingsViewModel.ConnectSettings.UseAttachWindow ? false : field;
|
||||
set {
|
||||
SetAndNotify(ref field, value);
|
||||
ConfigurationHelper.SetValue(ConfigurationKeys.StartGame, value.ToString());
|
||||
|
||||
Reference in New Issue
Block a user