Hides Settings Debug section behind swipe gesture

This commit is contained in:
Riley Testut
2019-09-19 22:20:10 -07:00
parent 1117c05349
commit f51e41efab
3 changed files with 54 additions and 0 deletions

View File

@@ -78,6 +78,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
UserDefaults.standard.preferredServerID = Bundle.main.object(forInfoDictionaryKey: Bundle.Info.serverID) as? String
#if DEBUG || BETA
UserDefaults.standard.isDebugModeEnabled = true
#endif
self.prepareForBackgroundFetch()
return true