mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 12:09:22 +00:00
fix password prompt on startup by referencing lock@2x.png
This commit is contained in:
parent
7e4e950710
commit
a557d90e5d
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ public class HavenoAppMain extends HavenoExecutable {
|
||||||
|
|
||||||
// Add an icon to the dialog
|
// Add an icon to the dialog
|
||||||
Stage stage = (Stage) getDialogPane().getScene().getWindow();
|
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
|
// Create the password field
|
||||||
PasswordField passwordField = new PasswordField();
|
PasswordField passwordField = new PasswordField();
|
||||||
|
|
Loading…
Reference in a new issue