Skip to content

Commit 2e9d884

Browse files
committed
Merge pull request #347 from PaulaRudy/issue343
Deploy button for the 'FRC Advanced' section of the 'FRC Deploy' dialog is enabled by default.
2 parents 1b4e055 + 4e61b4c commit 2e9d884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/main/java/edu/wpi/grip/ui/deployment/FRCAdvancedDeploymentOptionsController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected void postInit() {
6161
getDeployButton().setDisable(false);
6262
}
6363
});
64-
getDeployButton().setDisable(true);
64+
getDeployButton().setDisable("".equals(projectAddress));
6565

6666
final Label textFieldInput = new Label("Address/IP:");
6767
textFieldInput.setLabelFor(this.address);

0 commit comments

Comments
 (0)