File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
app/src/processing/app/ui Expand file tree Collapse file tree 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) {
697697 item .addActionListener (e -> handlePrint ());
698698 fileMenu .add (item );
699699
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+ */
707706
708- // Mac OS X already has its own preferences and quit menu.
707+ // macOS already has its own preferences and quit menu.
709708 // That's right! Think different, b*tches!
710709 if (!Platform .isMacOS ()) {
711710 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
66X update to JDK 17.0.6+10 from https://adoptium.net/
77X fix inversion of handleSaveAs() introduced in:
88X https://github.com/processing/processing4/commit/aef561a8eb8fa894c5a22c611279a5092e2dbb28
9+ X remove temporary 'restart' menu before release
910
1011manager
1112X add 'exports' to the library parameters
@@ -29,9 +30,6 @@ X Improved documentation for lerpColor() function
2930X https://github.com/processing/processing4/pull/655
3031
3132
32- _ remove temporary 'restart' menu before release
33-
34-
3533manager
3634_ if contrib (library only?) folder name changes on update, old lib not removed
3735_ 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