BuildSettings: Add property to allow split view detail view stacking.

This commit is contained in:
SBiOSoftWhare 2021-10-12 19:06:56 +02:00
parent 18ad9862f5
commit 617afe0748

View file

@ -281,6 +281,9 @@ final class BuildSettings: NSObject {
static let roomScreenAllowStickerAction: Bool = true
static let roomScreenAllowFilesAction: Bool = true
/// Allow split view detail view stacking
static let allowSplitViewDetailsScreenStacking: Bool = true
// MARK: - Room Contextual Menu
static let roomContextualMenuShowMoreOptionForMessages: Bool = true