0.9.9.13
This commit is contained in:
AiiR
2020-04-30 04:27:06 -04:00
parent 5c40d5315a
commit 56ffb88b16
6 changed files with 207 additions and 1137 deletions

View File

@@ -418,5 +418,17 @@ namespace QobuzDownloaderX.Properties {
this["savedAltLoginValue"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
public int savedArtSize {
get {
return ((int)(this["savedArtSize"]));
}
set {
this["savedArtSize"] = value;
}
}
}
}