Skip to content

Commit

Permalink
Reenables the editing of models
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Aug 17, 2021
1 parent 87a84b8 commit a32acc5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,6 +63,6 @@ private static boolean get(final String name, final boolean def) {
/**
* Used in GamlEditor, see #2950. Set to true to disable editing gaml files. False by default.
*/
public static final boolean IS_READ_ONLY = get("read_only", true);
public static final boolean IS_READ_ONLY = get("read_only", false);

}

0 comments on commit a32acc5

Please sign in to comment.