Add Author property to Mod; More UI tweaks

This commit is contained in:
Joshua Askharoun
2021-04-26 18:05:19 -05:00
parent 7f2db257d1
commit d972d1f31b
5 changed files with 33 additions and 23 deletions
+2
View File
@@ -15,6 +15,8 @@ namespace ZuneModCore.Mods
public override string Description =>
"Resolves \"Error C00D11CD\" when attempting to sync video to a Zune device using Windows 10 1607 (Anniversary Update) or newer";
public override string Author => "ส็็็Codix#4833";
public override string Id => nameof(VideoSyncMod);
public override AbstractUIElementGroup? OptionsUI => null;