mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
archiver to use dates as default
This commit is contained in:
@@ -35,7 +35,7 @@ public class Archiver {
|
||||
Editor editor;
|
||||
|
||||
// someday these will be settable
|
||||
boolean useDate = false;
|
||||
boolean useDate = true; //false;
|
||||
int digits = 3;
|
||||
|
||||
NumberFormat numberFormat;
|
||||
|
||||
Reference in New Issue
Block a user