mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
fix: changing telemetry settings is not a pro feature
This commit is contained in:
@@ -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);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user