Unique Contact URI setting now defaults to disabled

This commit is contained in:
Juha Heinanen
2026-08-12 16:03:59 +03:00
parent 1cfb9bc9b0
commit a8edd0f234

View File

@ -135,7 +135,7 @@ object Config {
config = if (sipCuserRandom != "") config = if (sipCuserRandom != "")
"${config}sip_cuser_random $sipCuserRandom\n" "${config}sip_cuser_random $sipCuserRandom\n"
else else
"${config}sip_cuser_random yes\n" "${config}sip_cuser_random no\n"
val darkTheme = previousVariable("dark_theme") val darkTheme = previousVariable("dark_theme")
Preferences(ctx).displayTheme = if (darkTheme == "yes") { Preferences(ctx).displayTheme = if (darkTheme == "yes") {