mirror of
https://github.com/psforever/GameLauncher.git
synced 2026-03-17 11:20:38 +00:00
Improve layout, add settings, kill button
This commit is contained in:
parent
36e6f67319
commit
c280f72de1
11 changed files with 741 additions and 338 deletions
36
PS2ModLauncher/Properties/Settings.Designer.cs
generated
36
PS2ModLauncher/Properties/Settings.Designer.cs
generated
|
|
@ -46,5 +46,41 @@ namespace PSLauncher.Properties {
|
|||
this["ExtraArgs"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool OutputShown {
|
||||
get {
|
||||
return ((bool)(this["OutputShown"]));
|
||||
}
|
||||
set {
|
||||
this["OutputShown"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool SkipLauncher {
|
||||
get {
|
||||
return ((bool)(this["SkipLauncher"]));
|
||||
}
|
||||
set {
|
||||
this["SkipLauncher"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool ClearOutputOnLaunch {
|
||||
get {
|
||||
return ((bool)(this["ClearOutputOnLaunch"]));
|
||||
}
|
||||
set {
|
||||
this["ClearOutputOnLaunch"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,5 +8,14 @@
|
|||
<Setting Name="ExtraArgs" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="OutputShown" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="SkipLauncher" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="ClearOutputOnLaunch" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Loading…
Add table
Add a link
Reference in a new issue