mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-23 02:36:06 -05:00
preserve "sorted" state over runs
This commit is contained in:
@@ -228,6 +228,7 @@ public class ExportDialog extends javax.swing.JDialog {
|
||||
fields.put("threads", threads);
|
||||
fields.put("rowsPerThread", rowsPerThread);
|
||||
fields.put("unicode", unicode);
|
||||
fields.put("sorted", sortedCheckBox);
|
||||
for (Map.Entry<String, JTextField> e: parameterEditor.textfieldsPerParameter.entrySet()) {
|
||||
fields.put("$" + e.getKey(), e.getValue());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user