From 12a431c8292306f2278a4d770895a6751234fcff Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Sat, 16 Jul 2022 16:24:05 +0100 Subject: Removed functions that write configurations --- src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java b/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java index a694a1a..54cff9b 100644 --- a/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java +++ b/src/com/sneed/pkrandom/newgui/NewRandomizerGUI.java @@ -823,7 +823,6 @@ public class NewRandomizerGUI { super.done(); if (batchRandomizationSettings.shouldAutoAdvanceStartingIndex()) { batchRandomizationSettings.setStartingIndex(i); - attemptWriteConfig(); } SwingUtilities.invokeLater(() -> batchProgressDialog.setVisible(false)); JOptionPane.showMessageDialog(frame, bundle.getString("GUI.randomizationDone")); @@ -1309,7 +1308,6 @@ public class NewRandomizerGUI { private void batchRandomizationSettingsDialog() { BatchRandomizationSettingsDialog dlg = new BatchRandomizationSettingsDialog(frame, batchRandomizationSettings); batchRandomizationSettings = dlg.getCurrentSettings(); - attemptWriteConfig(); } // This is only intended to be used with the "Keep Game Loaded After Randomizing" setting or between randomization -- cgit v1.2.3