remove mention of fast mode

This commit is contained in:
Downforce Agent 2024-06-29 04:47:47 -05:00
parent 886ef3089d
commit 45fbe80f9f

View File

@ -95,7 +95,7 @@ public class Kermit implements ActionListener {
button.setVisible(false);frame.remove(button); button.setVisible(false);frame.remove(button);
button2.setVisible(false);frame.remove(button2); button2.setVisible(false);frame.remove(button2);
dialogText.setVisible(false);frame.remove(dialogText); dialogText.setVisible(false);frame.remove(dialogText);
changePage(Pages.EXPORT_MODE); changePage(Pages.SDK_INSTALL); // EXPORT_MODE
break; break;
case EXPORT_MODE: case EXPORT_MODE:
button.setVisible(false);frame.remove(button); button.setVisible(false);frame.remove(button);