mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 07:10:48 -04:00
Add missing true state
This commit is contained in:
parent
3541d31b95
commit
be87eec11b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ public abstract class Overlay<T extends Overlay> {
|
||||||
protected double buttonDistance = 20;
|
protected double buttonDistance = 20;
|
||||||
protected Type type = Type.Undefined;
|
protected Type type = Type.Undefined;
|
||||||
protected boolean hideCloseButton;
|
protected boolean hideCloseButton;
|
||||||
protected boolean useAnimation;
|
protected boolean useAnimation = true;
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue