This ought to be false by default for now

Dieser Commit ist enthalten in:
dordsor21 2020-09-28 11:18:16 +01:00
Ursprung 82bcc0e9a5
Commit 6332b8c965
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

@ -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 {