1
0
mirror of synced 2025-02-20 12:41:10 +01:00

Support quat types for aamp

This commit is contained in:
KillzXGaming 2019-05-11 10:23:41 -04:00
parent 5e50805a94
commit 9574432edc
9 changed files with 7 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -162,6 +162,13 @@ namespace Toolbox
private void UpdateNotifcationClick()
{
var dialog = new GithubUpdateDialog();
dialog.LoadCommits(UpdateProgram.CommitList);
if (dialog.ShowDialog() == DialogResult.OK)
{
}
//Prompt once for the user to update the tool.
DialogResult result;
using (DialogCenteringService centeringService = new DialogCenteringService(this)) // center message box