mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 23:35:32 +00:00
Fixed Save as does not change file title upon reload
This commit is contained in:
@@ -34,7 +34,7 @@ public class OpenableSourceInfo {
|
||||
|
||||
private String file;
|
||||
|
||||
private final String fileTitle;
|
||||
private String fileTitle;
|
||||
|
||||
private final boolean detectBundle;
|
||||
|
||||
@@ -89,6 +89,10 @@ public class OpenableSourceInfo {
|
||||
detectKind();
|
||||
empty = false;
|
||||
}
|
||||
|
||||
public void setFileTitle(String fileTitle) {
|
||||
this.fileTitle = fileTitle;
|
||||
}
|
||||
|
||||
public String getFileTitle() {
|
||||
return fileTitle;
|
||||
|
||||
Reference in New Issue
Block a user