[TASK] Enable windows by default.
This commit is contained in:
parent
ed6370e59f
commit
9afaebba94
|
@ -54,7 +54,7 @@ public class FancyTextObserverWindow extends JFrame implements Observer {
|
||||||
private volatile boolean autoScrollToBottom = true;
|
private volatile boolean autoScrollToBottom = true;
|
||||||
private volatile boolean usePrefixManager = true;
|
private volatile boolean usePrefixManager = true;
|
||||||
private volatile boolean clearInsteadOfEleminatingLines = true;
|
private volatile boolean clearInsteadOfEleminatingLines = true;
|
||||||
private volatile boolean updateThisWindow = false;
|
private volatile boolean updateThisWindow = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|
Loading…
Reference in New Issue