change version and project becouse rafael1209 is autistic

This commit is contained in:
Dima yawaflua Andreev
2024-04-30 22:06:45 +03:00
parent bd216bd8be
commit ce9719e7d4
14 changed files with 1008 additions and 862 deletions

View File

@@ -12,7 +12,7 @@ namespace Discord_Custom_Status.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -238,5 +238,53 @@ namespace Discord_Custom_Status.Properties {
this["CustomState"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Check our github")]
public string Button1Label {
get {
return ((string)(this["Button1Label"]));
}
set {
this["Button1Label"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://yawaflua.ru/r/gh")]
public string Button1Url {
get {
return ((string)(this["Button1Url"]));
}
set {
this["Button1Url"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Check our github")]
public string Button2Label {
get {
return ((string)(this["Button2Label"]));
}
set {
this["Button2Label"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://github.com/rafael1209")]
public string Button2Url {
get {
return ((string)(this["Button2Url"]));
}
set {
this["Button2Url"] = value;
}
}
}
}