Skip to content

Commit 73508be

Browse files
SwiftWindsairsquared
SwiftWinds
authored andcommitted
Fix IPSW help shown twice (#25)
1 parent a2beef4 commit 73508be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/airsquared/blobsaver/Controller.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,6 @@ public void helpLabelHandler(MouseEvent evt) {
813813
e.printStackTrace();
814814
}
815815
}
816-
alert.showAndWait();
817816
break;
818817
case "boardConfig":
819818
openLink = new ButtonType("BMSSM app");
@@ -1486,4 +1485,4 @@ public void goButtonHandler() {
14861485
run(Shared.textToIdentifier(deviceModel));
14871486
}
14881487
}
1489-
}
1488+
}

0 commit comments

Comments
 (0)