mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 07:41:22 +02:00
Option to disable telemetry
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user