mirror of https://github.com/rusefi/RomRaider.git
updated lc-1 support (alpha quality)
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@702 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
f74fe25c7d
commit
d281b93d65
|
@ -74,7 +74,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 = false;
|
||||
private boolean fileLoggingControllerSwitchActive = true;
|
||||
private boolean fileLoggingAbsoluteTimestamp = false;
|
||||
|
||||
private Dimension loggerWindowSize = new Dimension(1000, 600);
|
||||
|
|
Loading…
Reference in New Issue