Option to disable telemetry

This commit is contained in:
Gregory Schier
2024-08-26 12:06:56 -07:00
parent c80ebdb156
commit f404aa53c6
23 changed files with 47 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
import { useMutation } from '@tanstack/react-query';
import type { Settings } from '../lib/models';
import type { Settings } from '@yaakapp/api';
import { getSettings } from '../lib/store';
import { invokeCmd } from '../lib/tauri';