This commit is contained in:
Anuken
2020-06-08 17:19:47 -04:00
parent 87ab895253
commit 8ea28e1ced
147 changed files with 438 additions and 437 deletions

View File

@@ -254,7 +254,7 @@ public class FileChooser extends BaseDialog{
}
public class FileHistory{
private Array<Fi> history = new Array<>();
private Seq<Fi> history = new Seq<>();
private int index;
public FileHistory(){