Added more feedback.

This commit is contained in:
Assistant 2019-05-04 21:09:09 -04:00
parent 1114565de9
commit 15b6ba440f

View file

@ -49,6 +49,7 @@ namespace ModAssistant.Pages
Properties.Settings.Default.Agreed = true;
Properties.Settings.Default.Save();
Utils.SendNotify("You can now use the Mods tab!");
MainWindow.Instance.MainText = "You can now use the Mods tab!";
}
}
}