Option to disable telemetry

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

View File

@@ -1,6 +1,6 @@
import type { Settings } from '@yaakapp/api';
import { useAtomValue } from 'jotai';
import { atom } from 'jotai/index';
import type { Settings } from '../lib/models/Settings';
import { getSettings } from '../lib/store';
const settings = await getSettings();