Skip to content

Commit 9aedc7c

Browse files
Removed buttonCancel.enabled from "Auto Installed" tab
1 parent 2c05031 commit 9aedc7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Menu/ContentForm.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,6 @@ private void DisableAutoInstallButtons()
10611061
buttonAutoInstallUpdate.Enabled = false;
10621062
buttonAutoInstallDelete.Enabled = false;
10631063
buttonOK.Enabled = false;
1064-
buttonCancel.Enabled = false;
10651064
}
10661065

10671066
private void setCursorToWaitCursor()
@@ -1083,7 +1082,6 @@ private void EnableAutoInstalButtons()
10831082
buttonAutoInstallUpdate.Enabled = route.Installed && (route.getDownloadType() == ContentRouteSettings.DownloadType.github);
10841083
buttonAutoInstallDelete.Enabled = route.Installed;
10851084
buttonOK.Enabled = true;
1086-
buttonCancel.Enabled = true;
10871085

10881086
setCursorToDefaultCursor();
10891087
}

0 commit comments

Comments
 (0)