mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-01-29 03:31:11 +00:00
fix aopp verification regression on button type
This commit is contained in:
parent
22465b1b65
commit
34d1571669
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ public class MessageSignDialog extends Dialog<ButtonBar.ButtonData> {
|
||||||
customSignButton.setOnAction(event -> {
|
customSignButton.setOnAction(event -> {
|
||||||
customSignButton.setDisable(true);
|
customSignButton.setDisable(true);
|
||||||
signMessage();
|
signMessage();
|
||||||
setResult(ButtonBar.ButtonData.CANCEL_CLOSE);
|
setResult(ButtonBar.ButtonData.OK_DONE);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue