/ patches / telemetry.patch
telemetry.patch
 1  --- a/yaak/src-web/components/Settings/SettingsGeneral.tsx
 2  +++ b/yaak/src-web/components/Settings/SettingsGeneral.tsx
 3  @@ -84,14 +84,6 @@
 4             help="Periodically ping Yaak servers to check for relevant notifications."
 5             onChange={(checkNotifications) => patchModel(settings, { checkNotifications })}
 6           />
 7  -        <Checkbox
 8  -          disabled
 9  -          className="pl-2 mt-1 ml-[14rem]"
10  -          checked={false}
11  -          title="Send anonymous usage statistics"
12  -          help="Yaak is local-first and does not collect analytics or usage data 🔐"
13  -          onChange={(checkNotifications) => patchModel(settings, { checkNotifications })}
14  -        />
15         </CargoFeature>
16   
17         <Separator className="my-4" />