mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 03:29:28 +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
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue