Address some formatting things and update Packages

This commit is contained in:
2021-08-06 22:35:21 -05:00
parent e08ba30d91
commit 67741eccee
26 changed files with 8042 additions and 9159 deletions
@@ -14,8 +14,9 @@ namespace qController.UI.Dialogs
OkText = "Donate";
OnAction = (response) =>
{
if (response)
if (response) {
Launcher.OpenAsync(new Uri("https://linktr.ee/JoelWetzell"));
}
};
}
}