mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2026-05-17 12:27:11 +00:00
0.9.9.12
0.9.9.12
This commit is contained in:
36
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
36
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
@@ -382,5 +382,41 @@ namespace QobuzDownloaderX.Properties {
|
||||
this["audioType"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string savedUserID {
|
||||
get {
|
||||
return ((string)(this["savedUserID"]));
|
||||
}
|
||||
set {
|
||||
this["savedUserID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string savedUserAuthToken {
|
||||
get {
|
||||
return ((string)(this["savedUserAuthToken"]));
|
||||
}
|
||||
set {
|
||||
this["savedUserAuthToken"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public string savedAltLoginValue {
|
||||
get {
|
||||
return ((string)(this["savedAltLoginValue"]));
|
||||
}
|
||||
set {
|
||||
this["savedAltLoginValue"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user