Skip to content

Commit

Permalink
select quicktime automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
nextbreakpoint committed Jul 20, 2024
1 parent fc6dbef commit 4c1020e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ protected void updateItem(String[] item, boolean empty) {
formatCombobox.getItems().add(new String[] { "Quicktime video", "MOV" });
formatCombobox.getItems().add(new String[] { "MP4 video", "MP4" });
formatCombobox.getItems().add(new String[] { "AVI video", "AVI" });
formatCombobox.getSelectionModel().select(1);
formatCombobox.getSelectionModel().select(2);
} else {
formatCombobox.getItems().clear();
formatCombobox.getItems().add(new String[] { "PNG image", "PNG" });
Expand Down

0 comments on commit 4c1020e

Please sign in to comment.