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

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.9.12")]
[assembly: AssemblyFileVersion("0.9.9.12")]
[assembly: AssemblyVersion("0.9.9.13")]
[assembly: AssemblyFileVersion("0.9.9.13")]

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;
}
}
}
}

View File

@@ -101,5 +101,8 @@
<Setting Name="savedAltLoginValue" Type="System.String" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="savedArtSize" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
</Settings>
</SettingsFile>