We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d972d1f commit 4f31d4bCopy full SHA for 4f31d4b
1 file changed
ZuneModCore/Mods/FeaturesOverrideMod.cs
@@ -16,7 +16,7 @@ public class FeaturesOverrideMod : Mod
16
public override string Description => "Re-enables access to some features disabled by Microsoft, such as the Social and Marketplace tabs.\r\n" +
17
"Does not restore functionality of those features, but shows them in the software.";
18
19
- public override string Author => "Unknown";
+ public override string Author => "Rafael Rivera";
20
21
public override AbstractUIElementGroup OptionsUI => new(nameof(FeaturesOverrideMod))
22
{
0 commit comments