Skip to content

Commit

Permalink
fix password prompt on startup by referencing [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Dec 19, 2024
1 parent 7e4e950 commit a557d90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public PasswordDialog(String errorMessage) {

// Add an icon to the dialog
Stage stage = (Stage) getDialogPane().getScene().getWindow();
stage.getIcons().add(ImageUtil.getImageByPath("lock.png"));
stage.getIcons().add(ImageUtil.getImageByPath("lock@2x.png"));

// Create the password field
PasswordField passwordField = new PasswordField();
Expand Down

0 comments on commit a557d90

Please sign in to comment.