We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f401fbe commit 243f642Copy full SHA for 243f642
1 file changed
WordPress/Jetpack/AppConfiguration.swift
@@ -15,7 +15,7 @@ import Foundation
15
@objc static let allowsDomainRegistration: Bool = true
16
@objc static let showsReader: Bool = true
17
@objc static let showsCreateButton: Bool = true
18
- @objc static let showAddSelfHostedSiteButton: Bool = false
+ @objc static let showAddSelfHostedSiteButton: Bool = true
19
@objc static let showsQuickActions: Bool = true
20
@objc static let showsFollowedSitesSettings: Bool = true
21
@objc static let showsWhatIsNew: Bool = true
0 commit comments