mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 19:52:01 +00:00
Fixed Reload button disabled after saving new file
This commit is contained in:
@@ -87,6 +87,7 @@ public class OpenableSourceInfo {
|
||||
public void setFile(String file) {
|
||||
this.file = file;
|
||||
detectKind();
|
||||
empty = false;
|
||||
}
|
||||
|
||||
public String getFileTitle() {
|
||||
|
||||
Reference in New Issue
Block a user