mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
others tag icon, save as exe moved to export (+new icon), save as exe: gfx option removed from save dialog
This commit is contained in:
@@ -549,10 +549,12 @@ public class Main {
|
||||
return AppStrings.translate("filter.gfx");
|
||||
}
|
||||
};
|
||||
if (swf.gfx) {
|
||||
fc.setFileFilter(gfxFilter);
|
||||
} else {
|
||||
fc.addChoosableFileFilter(gfxFilter);
|
||||
if (mode == SaveFileMode.SAVE || mode == SaveFileMode.SAVEAS) {
|
||||
if (swf.gfx) {
|
||||
fc.setFileFilter(gfxFilter);
|
||||
} else {
|
||||
fc.addChoosableFileFilter(gfxFilter);
|
||||
}
|
||||
}
|
||||
fc.setAcceptAllFileFilterUsed(false);
|
||||
JFrame f = new JFrame();
|
||||
|
||||
Reference in New Issue
Block a user