mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 09:19:49 +00:00
only US
This commit is contained in:
@@ -42,7 +42,7 @@ private struct FeatureView {
|
||||
let view: () -> any View
|
||||
}
|
||||
|
||||
let isInUS = true // SKStorefront().countryCode == "USA"
|
||||
let isInUS = SKStorefront().countryCode == "USA"
|
||||
|
||||
private let versionDescriptions: [VersionDescription] = [
|
||||
VersionDescription(
|
||||
|
||||
Reference in New Issue
Block a user