Skip to content

Commit d8d23f8

Browse files
committed
Make MATLAB UI displayed by default
If the UI isn't shown by default, it's probably going to be very confusing and appear as though nothing is really happening.
1 parent 74aabfd commit d8d23f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/plugins/scripting/matlab/MATLABOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class MATLABOptions extends OptionsPlugin
6464
// Fields
6565

6666
@Parameter(label = "Hide MATLAB UI")
67-
private boolean hidden = true;
67+
private boolean hidden = false;
6868

6969
@Parameter(label = "Allow multithreaded MATLAB")
7070
private boolean multithreaded = true;

0 commit comments

Comments
 (0)