fix password prompt on startup by referencing lock@2x.png

This commit is contained in:
woodser 2024-12-19 16:15:23 -05:00
parent 7e4e950710
commit a557d90e5d

View file

@ -200,7 +200,7 @@ public class HavenoAppMain extends HavenoExecutable {
// 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();