Removed some settings from administrative section sync

This commit is contained in:
Brett Hewitson 2022-12-16 20:29:06 +10:00
parent 32bc39cddf
commit 625bc2bf0b

View file

@ -6032,10 +6032,10 @@ namespace ServerManagerTool.Lib
this.SetValue(WebAlarmKeyProperty, sourceProfile.WebAlarmKey);
this.SetValue(WebAlarmUrlProperty, sourceProfile.WebAlarmUrl);
this.SetValue(LauncherArgsProperty, sourceProfile.LauncherArgs);
this.SetValue(LauncherArgsOverrideProperty, sourceProfile.LauncherArgsOverride);
this.SetValue(LauncherArgsPrefixProperty, sourceProfile.LauncherArgsPrefix);
this.SetValue(AdditionalArgsProperty, sourceProfile.AdditionalArgs);
//this.SetValue(LauncherArgsProperty, sourceProfile.LauncherArgs);
//this.SetValue(LauncherArgsOverrideProperty, sourceProfile.LauncherArgsOverride);
//this.SetValue(LauncherArgsPrefixProperty, sourceProfile.LauncherArgsPrefix);
//this.SetValue(AdditionalArgsProperty, sourceProfile.AdditionalArgs);
}
private void SyncAutomaticManagement(ServerProfile sourceProfile)