mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
activate the welcome screens
This commit is contained in:
@@ -353,7 +353,7 @@ public class JavaEditor extends Editor {
|
||||
item = new JMenuItem("Welcome to Processing 3");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
new Welcome();
|
||||
new Welcome(base, Preferences.getSketchbookPath().equals(Preferences.getOldSketchbookPath()));
|
||||
}
|
||||
});
|
||||
menu.add(item);
|
||||
|
||||
Reference in New Issue
Block a user