Unique Contact URI setting now defaults to disabled
This commit is contained in:
@ -135,7 +135,7 @@ object Config {
|
||||
config = if (sipCuserRandom != "")
|
||||
"${config}sip_cuser_random $sipCuserRandom\n"
|
||||
else
|
||||
"${config}sip_cuser_random yes\n"
|
||||
"${config}sip_cuser_random no\n"
|
||||
|
||||
val darkTheme = previousVariable("dark_theme")
|
||||
Preferences(ctx).displayTheme = if (darkTheme == "yes") {
|
||||
|
||||
Reference in New Issue
Block a user