mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2026-05-17 12:27:11 +00:00
0.9.9.13
0.9.9.13
This commit is contained in:
@@ -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")]
|
||||
|
||||
12
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
12
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user