mirror of https://github.com/rusefi/RomRaider.git
updated logger settings
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@449 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
52da440fb8
commit
d28f6dddf2
|
@ -67,7 +67,7 @@ public class Settings implements Serializable {
|
|||
private String loggerProfileFilePath = "profile.xml";
|
||||
private String loggerOutputDirPath = System.getProperty("user.home");
|
||||
private String fileLoggingControllerSwitchId = "S20"; // defogger switch by default
|
||||
private boolean fileLoggingControllerSwitchActive = true;
|
||||
private boolean fileLoggingControllerSwitchActive = false;
|
||||
|
||||
private Dimension loggerWindowSize = new Dimension(1000, 600);
|
||||
private Point loggerWindowLocation = new Point();
|
||||
|
|
Loading…
Reference in New Issue