get the new welcome screen running

This commit is contained in:
Ben Fry
2022-08-08 21:38:03 -04:00
parent e1630c4b52
commit 4e92343d0f
5 changed files with 20 additions and 43 deletions

View File

@@ -283,7 +283,8 @@ public class JavaEditor extends Editor {
item = new JMenuItem(Language.text("menu.help.welcome"));
item.addActionListener(e -> {
try {
new Welcome(base, Preferences.getSketchbookPath().equals(Preferences.getOldSketchbookPath()));
new Welcome(base);
//new Welcome(base, Preferences.getSketchbookPath().equals(Preferences.getOldSketchbookPath()));
} catch (IOException ioe) {
Messages.showWarning("Unwelcome Error",
"Please report this error to\n" +