mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 02:11:08 +01:00
get the new welcome screen running
This commit is contained in:
@@ -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" +
|
||||
|
||||
Reference in New Issue
Block a user