mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-14 22:37:06 -04:00
fix: severe log
This commit is contained in:
parent
6a982b2a5c
commit
0074f12a14
@ -34,7 +34,7 @@ import org.jackhuang.hmcl.ui.wizard.Refreshable;
|
||||
import static org.jackhuang.hmcl.util.i18n.I18n.i18n;
|
||||
|
||||
public abstract class DecoratorTransitionPage extends Control implements DecoratorPage {
|
||||
protected final ReadOnlyObjectWrapper<State> state = new ReadOnlyObjectWrapper<>(State.fromTitle(i18n("")));
|
||||
protected final ReadOnlyObjectWrapper<State> state = new ReadOnlyObjectWrapper<>(State.fromTitle(""));
|
||||
private final BooleanProperty backable = new SimpleBooleanProperty(false);
|
||||
private final BooleanProperty refreshable = new SimpleBooleanProperty(false);
|
||||
private Node currentPage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user