diff --git a/Delta/AppDelegate.swift b/Delta/AppDelegate.swift index e7fcd38..0266f31 100644 --- a/Delta/AppDelegate.swift +++ b/Delta/AppDelegate.swift @@ -128,7 +128,7 @@ private extension AppDelegate #if BETA System.allCases.forEach { Delta.register($0.deltaCore) } #else - System.allCases.filter { $0 != .ds }.forEach { Delta.register($0.deltaCore) } + System.allCases.filter { $0 != .ds && $0 != .genesis }.forEach { Delta.register($0.deltaCore) } #endif #endif diff --git a/Delta/Base.lproj/Settings.storyboard b/Delta/Base.lproj/Settings.storyboard index 3baff66..2a34c23 100644 --- a/Delta/Base.lproj/Settings.storyboard +++ b/Delta/Base.lproj/Settings.storyboard @@ -1,9 +1,9 @@ - + - + @@ -20,7 +20,7 @@