Skip to content

Commit

Permalink
turn connection visualisation off per default
Browse files Browse the repository at this point in the history
because it's challenging for older computers
  • Loading branch information
haesleinhuepf committed Oct 5, 2020
1 parent 5d45b09 commit 87ca307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public abstract class AbstractAssistantGUIPlugin implements ImageListener, PlugI

boolean auto_contrast = true;
static boolean auto_position = true;
public static boolean show_connections = true;
public static boolean show_connections = false;

public AbstractAssistantGUIPlugin(CLIJMacroPlugin plugin) {
setCLIJMacroPlugin(plugin);
Expand Down

0 comments on commit 87ca307

Please sign in to comment.