0.9.9.16
This commit is contained in:
AiiR
2020-06-16 03:35:27 -04:00
parent 6c225b895e
commit 58a6be7283
7 changed files with 561 additions and 194 deletions

View File

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