Skip to content
Snippets Groups Projects
Verified Commit 31a028ef authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes #52

parent efb74c17
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -112,6 +112,10 @@ class NetworkServerFragment : SettingsFragment(), SettingsFragment.Savable,
proxyEnabled.setDependent(proxyGroup)
sslEnabled.setOnCheckedChangeListener { _, isChecked ->
sslVerify.isEnabled = isChecked
}
return view
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment