remove mention of fast mode
This commit is contained in:
parent
886ef3089d
commit
45fbe80f9f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user