mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Move disable_chat_feature to the UI section
This commit is contained in:
parent
f8b7e3b319
commit
8cd322ff0e
1 changed files with 8 additions and 8 deletions
|
|
@ -271,14 +271,14 @@ class CorePreferences {
|
|||
}
|
||||
}
|
||||
|
||||
static var disableChatFeature: Bool {
|
||||
get {
|
||||
return Config.get().getBool(section: "app", key: "disable_chat_feature", defaultValue: false)
|
||||
}
|
||||
set {
|
||||
Config.get().setBool(section: "app", key: "disable_chat_feature", value: newValue)
|
||||
}
|
||||
}
|
||||
static var disableChatFeature: Bool {
|
||||
get {
|
||||
return Config.get().getBool(section: "ui", key: "disable_chat_feature", defaultValue: false)
|
||||
}
|
||||
set {
|
||||
Config.get().setBool(section: "ui", key: "disable_chat_feature", value: newValue)
|
||||
}
|
||||
}
|
||||
|
||||
static var disableMeetings: Bool {
|
||||
get {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue