Set enableDeselection=false for RPC Server

pull/2/head
Michael Scoff 7 years ago
parent 55a3047dfc
commit 8a39596b65
  1. 2
      Trust/Settings/SettingsViewController.swift

@ -45,6 +45,8 @@ class SettingsViewController: FormViewController {
$0.value = RPCServer(chainID: config.chainID).name
}.onChange { row in
self.config.chainID = RPCServer(name: row.value ?? "").chainID
}.onPresent { form, selectorController in
selectorController.enableDeselection = false
}
+++ Section()

Loading…
Cancel
Save