mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:20:46 +00:00
save last selected path for each swf
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ import java.util.Map;
|
||||
*/
|
||||
public class SwfSpecificConfiguration implements Serializable {
|
||||
|
||||
public final Map<String, String> fontPairingMap = new HashMap<>();
|
||||
public Map<String, String> fontPairingMap = new HashMap<>();
|
||||
|
||||
public final ConfigurationItem<String> lastSessionData = null;
|
||||
public String lastSelectedPath = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user