Commit 9f36ec95 authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Hidden main color selector

Showing with 1 addition and 1 deletion
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment