Skip to content

Commit

Permalink
final commit for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielobrist committed Nov 29, 2020
1 parent 9f69b1b commit a2e8dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tellosimulator/TelloSimulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void start(Stage primaryStage) throws Exception{

scene.getStylesheets().add(getClass().getResource("/log-view.css").toExternalForm());

primaryStage.setTitle("Tello Simulator");
primaryStage.setTitle("Tello Simulator v1.0.0");
primaryStage.setScene(scene);
primaryStage.getIcons().add(new Image("tello_icon.png"));
primaryStage.show();
Expand Down

0 comments on commit a2e8dd0

Please sign in to comment.