|
@@ -802,7 +802,7 @@ public class SettingTableViewController: UITableViewController, UIGestureRecogni
|
|
|
}))
|
|
|
self.present(alert, animated: true, completion: nil)
|
|
|
} else if item.title == "Version".localized() {
|
|
|
- let alert = LibAlertController(title: "Version".localized(), message: API.sGetVersion() ?? "Unknown".localized(), preferredStyle: .alert)
|
|
|
+ let alert = LibAlertController(title: "Version".localized(), message: API.sGetVersion() + "\nConnection: \(API.nGetCLXConnState() == 1)", preferredStyle: .alert)
|
|
|
alert.addAction(UIAlertAction(title: "Dismiss".localized(), style: UIAlertAction.Style.default, handler: nil))
|
|
|
self.present(alert, animated: true, completion: nil)
|
|
|
}
|