Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Feb 3, 2021
2 parents 4974ecd + 3b89a9e commit 974f814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/featurecat/lizzie/analysis/Leelaz.java
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,8 @@ public boolean isLoaded() {
if (engineCommand.isEmpty()) {
// we can use Lizzie even without an engine, if the config defaults to ""
if (!isLoaded) {
Lizzie.frame.refresh();
if (Lizzie.config.panelUI) Lizzie.frame.refresh(1);
else Lizzie.frame.refresh();
isLoaded = true;
}
}
Expand Down

0 comments on commit 974f814

Please sign in to comment.