|
@@ -49,7 +49,7 @@
|
|
|
XLFormDescriptor *form = [XLFormDescriptor formDescriptor];
|
|
|
XLFormSectionDescriptor *section;
|
|
|
XLFormRowDescriptor *row;
|
|
|
- NSInteger serverVersionMajor = [[NCManageDatabase sharedInstance] getCapabilitiesServerIntWithAccount:appDelegate.activeAccount elements:NCElementsJSON.shared.capabilitiesVersionMajor];
|
|
|
+ //NSInteger serverVersionMajor = [[NCManageDatabase sharedInstance] getCapabilitiesServerIntWithAccount:appDelegate.activeAccount elements:NCElementsJSON.shared.capabilitiesVersionMajor];
|
|
|
|
|
|
form.rowNavigationOptions = XLFormRowNavigationOptionNone;
|
|
|
|