v1.5.0 Release
This commit is contained in:
@ -14,7 +14,7 @@ class UserDefaultsManager {
|
||||
|
||||
var UDPEnabled: Bool {
|
||||
get {
|
||||
return boolForKey(Keys.UDPEnabled, defaultValue: false)
|
||||
return boolForKey(Keys.UDPEnabled, defaultValue: true)
|
||||
}
|
||||
set {
|
||||
setBool(newValue, forKey: Keys.UDPEnabled)
|
||||
@ -23,7 +23,7 @@ class UserDefaultsManager {
|
||||
|
||||
var EchobotAdded: Bool {
|
||||
get {
|
||||
return boolForKey(Keys.EchobotAdded, defaultValue: false)
|
||||
return boolForKey(Keys.EchobotAdded, defaultValue: true)
|
||||
}
|
||||
set {
|
||||
setBool(newValue, forKey: Keys.EchobotAdded)
|
||||
|
Reference in New Issue
Block a user