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 2c05031 commit 9aedc7cCopy full SHA for 9aedc7c
Source/Menu/ContentForm.cs
@@ -1061,7 +1061,6 @@ private void DisableAutoInstallButtons()
1061
buttonAutoInstallUpdate.Enabled = false;
1062
buttonAutoInstallDelete.Enabled = false;
1063
buttonOK.Enabled = false;
1064
- buttonCancel.Enabled = false;
1065
}
1066
1067
private void setCursorToWaitCursor()
@@ -1083,7 +1082,6 @@ private void EnableAutoInstalButtons()
1083
1082
buttonAutoInstallUpdate.Enabled = route.Installed && (route.getDownloadType() == ContentRouteSettings.DownloadType.github);
1084
buttonAutoInstallDelete.Enabled = route.Installed;
1085
buttonOK.Enabled = true;
1086
- buttonCancel.Enabled = true;
1087
1088
setCursorToDefaultCursor();
1089
0 commit comments