mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 12:25:42 +00:00
Add extension .abc on ABC saving
This commit is contained in:
@@ -1823,6 +1823,12 @@ public class Main {
|
||||
}
|
||||
((SWF)openable).gfx = true;
|
||||
}
|
||||
|
||||
if (selFilter == abcFilter) {
|
||||
if (!fileName.toLowerCase(Locale.ENGLISH).endsWith(".abc")) {
|
||||
fileName += ".abc";
|
||||
}
|
||||
}
|
||||
Main.saveFile(openable, fileName, mode, exeExportMode);
|
||||
Configuration.lastSaveDir.set(file.getParentFile().getAbsolutePath());
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user