55:cf43a8610b07 | 56:bdbbde5f754e |
---|---|
42 static DefaultsMap defaults; | 42 static DefaultsMap defaults; |
43 | 43 |
44 if (defaults.isEmpty()) | 44 if (defaults.isEmpty()) |
45 { | 45 { |
46 // Initialize defaults here. | 46 // Initialize defaults here. |
47 defaults["autoassimilate"] = true; | |
47 } | 48 } |
48 | 49 |
49 return defaults; | 50 return defaults; |
50 } | 51 } |
51 | 52 |