App Layout: Activate feature

This commit is contained in:
Gil Eluard
2022-08-23 22:05:32 +02:00
committed by Stefan Ceriu
parent b0d8c1a098
commit 55411d73b8
2 changed files with 2 additions and 1 deletions

View File

@@ -419,7 +419,7 @@ final class BuildSettings: NSObject {
static let syncLocalContacts: Bool = false
// MARK: - New App Layout
static let newAppLayoutEnabled = false
static let newAppLayoutEnabled = true
// MARK: - Device manager

1
changelog.d/6616.change Normal file
View File

@@ -0,0 +1 @@
App Layout: Activated feature in BuildSettings