mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
Hide support bypass controls in release builds
This commit is contained in:
parent
fde6dae801
commit
c2ec080cd9
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ final class SupportPurchaseManager: ObservableObject {
|
|||
#elseif DEBUG
|
||||
return true
|
||||
#else
|
||||
return environment == .sandbox
|
||||
_ = environment
|
||||
return false
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue