We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aabfd commit d8d23f8Copy full SHA for d8d23f8
src/main/java/org/scijava/plugins/scripting/matlab/MATLABOptions.java
@@ -64,7 +64,7 @@ public class MATLABOptions extends OptionsPlugin
64
// Fields
65
66
@Parameter(label = "Hide MATLAB UI")
67
- private boolean hidden = true;
+ private boolean hidden = false;
68
69
@Parameter(label = "Allow multithreaded MATLAB")
70
private boolean multithreaded = true;
0 commit comments