mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Hidden main color selector
This commit is contained in:
parent
791e209d62
commit
9f36ec950f
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class CorePreferences @UiThread constructor(private val context: Context) {
|
|||
|
||||
@get:WorkerThread
|
||||
val changeMainColorAllowed: Boolean
|
||||
get() = config.getBool("ui", "change_main_color_allowed", true)
|
||||
get() = config.getBool("ui", "change_main_color_allowed", false)
|
||||
|
||||
@get:WorkerThread
|
||||
val onlyDisplaySipUriUsername: Boolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue