Removed labs flag and enabled New App Layout

This commit is contained in:
Gil Eluard
2022-09-05 12:03:52 +02:00
parent dfd64c82f7
commit 049c8996d1
17 changed files with 36 additions and 80 deletions

View File

@@ -419,11 +419,8 @@ final class BuildSettings: NSObject {
static let syncLocalContacts: Bool = false
// MARK: - New App Layout
static let newAppLayoutEnabled = false
static let newAppLayoutEnabled = true
static var isSideMenuActivated: Bool = enableSideMenu
static var isNewAppLayoutActivated: Bool = newAppLayoutEnabled
// MARK: - Device manager
static let deviceManagerEnabled = false