This ought to be false by default for now

This commit is contained in:
dordsor21 2020-09-28 11:18:16 +01:00
parent 82bcc0e9a5
commit 6332b8c965
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -398,7 +398,7 @@ public class Settings extends Config {
" - Undo/redo commands will wait until the history has been written to disk before executing",
" - Requires combine_stages = true"
})
public boolean SEND_BEFORE_HISTORY = true;
public boolean SEND_BEFORE_HISTORY = false;
}
public static class PLOTSQUARED_INTEGRATION {