Added checkbox killed freezed process

This commit is contained in:
Vladimir
2024-07-28 14:22:03 +04:00
parent b97ee8e26c
commit f8377fc5cd
5 changed files with 59 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
@@ -167,5 +167,17 @@ namespace RelaunchProcess.Properties {
this["dwhAvatarURL"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool closeFreezeProcess {
get {
return ((bool)(this["closeFreezeProcess"]));
}
set {
this["closeFreezeProcess"] = value;
}
}
}
}

View File

@@ -38,5 +38,8 @@
<Setting Name="dwhAvatarURL" Type="System.String" Scope="User">
<Value Profile="(Default)">https://distribution.faceit-cdn.net/images/7240adfa-6bda-43a0-abd0-8c599f176686.jpeg</Value>
</Setting>
<Setting Name="closeFreezeProcess" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>