Support quat types for aamp
This commit is contained in:
parent
5e50805a94
commit
9574432edc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user