fix: changing telemetry settings is not a pro feature

This commit is contained in:
thecodrr
2021-06-26 10:16:12 +05:00
parent 9f25b3cf6b
commit 39d2d932e4

View File

@@ -398,7 +398,6 @@ function Settings(props) {
title="Enable telemetry"
onTip="Usage data & crash reports will be sent to us (no 3rd party involved) for analytics. All data is anonymous as mentioned in our privacy policy."
offTip="Do not collect any data or crash reports"
premium="customize"
onToggled={() => {
setEnableTelemetry(!enableTelemetry);
}}