mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 02:31:55 +00:00
save last selected path for each swf
This commit is contained in:
@@ -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