File tree 2 files changed +8
-11
lines changed
app/src/processing/app/ui
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -697,15 +697,14 @@ protected JMenu buildFileMenu(JMenuItem[] exportItems) {
697
697
item .addActionListener (e -> handlePrint ());
698
698
fileMenu .add (item );
699
699
700
- {
701
- fileMenu .addSeparator ();
702
-
703
- item = new JMenuItem ("Restart" );
704
- item .addActionListener (e -> base .handleRestart ());
705
- fileMenu .add (item );
706
- }
700
+ /*
701
+ fileMenu.addSeparator();
702
+ item = new JMenuItem("Restart");
703
+ item.addActionListener(e -> base.handleRestart());
704
+ fileMenu.add(item);
705
+ */
707
706
708
- // Mac OS X already has its own preferences and quit menu.
707
+ // macOS already has its own preferences and quit menu.
709
708
// That's right! Think different, b*tches!
710
709
if (!Platform .isMacOS ()) {
711
710
fileMenu .addSeparator ();
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ X also fix several that still had tabs instead of spaces
6
6
X update to JDK 17.0.6+10 from https://adoptium.net/
7
7
X fix inversion of handleSaveAs() introduced in:
8
8
X https://github.com/processing/processing4/commit/aef561a8eb8fa894c5a22c611279a5092e2dbb28
9
+ X remove temporary 'restart' menu before release
9
10
10
11
manager
11
12
X add 'exports' to the library parameters
@@ -29,9 +30,6 @@ X Improved documentation for lerpColor() function
29
30
X https://github.com/processing/processing4/pull/655
30
31
31
32
32
- _ remove temporary 'restart' menu before release
33
-
34
-
35
33
manager
36
34
_ if contrib (library only?) folder name changes on update, old lib not removed
37
35
_ Updates requiring a reboot give the false impression that they failed (in the updates tab)
You can’t perform that action at this time.
0 commit comments