Skip to content

Commit b18f745

Browse files
committed
fix preferences not displaying gpx files folder
1 parent 971954b commit b18f745

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

OpenGpxTracker/PreferencesTableViewController.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ let kGPXFilesLocationSection = 6
3737
/// Cell Id of the Use Imperial units in UnitsSection
3838
let kUseImperialUnitsCell = 0
3939

40-
4140
/// Cell Id of the keepScreenAlwaysOnl units in ScreenSection
4241
let kKeepScreenAlwaysOnCell = 0
4342

44-
45-
4643
/// Cell Id for Use offline cache in CacheSection of PreferencesTableViewController
4744
let kUseOfflineCacheCell = 0
4845

@@ -114,7 +111,7 @@ class PreferencesTableViewController: UITableViewController, UINavigationBarDele
114111
/// Returns 4 sections: Units, Cache, Map Source, Activity Type
115112
override func numberOfSections(in tableView: UITableView?) -> Int {
116113
// Return the number of sections.
117-
return 6
114+
return 7
118115
}
119116

120117
/// Returns the title of the existing sections.

0 commit comments

Comments
 (0)