mirror of
https://github.com/psforever/GameLauncher.git
synced 2026-04-28 15:45:21 +00:00
Working server selection and INI rewrite
This commit is contained in:
parent
bf35d3aea1
commit
7dcfcf81c6
13 changed files with 301 additions and 77 deletions
24
PSLauncher/Properties/Settings.Designer.cs
generated
24
PSLauncher/Properties/Settings.Designer.cs
generated
|
|
@ -108,5 +108,29 @@ namespace PSLauncher.Properties {
|
|||
this["ServerList"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool GenerateClientINI {
|
||||
get {
|
||||
return ((bool)(this["GenerateClientINI"]));
|
||||
}
|
||||
set {
|
||||
this["GenerateClientINI"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public int ServerSelection {
|
||||
get {
|
||||
return ((int)(this["ServerSelection"]));
|
||||
}
|
||||
set {
|
||||
this["ServerSelection"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue