diff --git a/src/components/LogsView.tsx b/src/components/LogsView.tsx index cb4d27d..dde5971 100644 --- a/src/components/LogsView.tsx +++ b/src/components/LogsView.tsx @@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from 'react'; import { invokeCommand as invoke } from '../ipc'; import { save } from '@tauri-apps/plugin-dialog'; import { attachLogger } from '@tauri-apps/plugin-log'; -import { FileDown, Trash2, Terminal, Filter, Play, Pause } from 'lucide-react'; +import { FileDown, Trash2, Terminal, Filter, Play, Pause, Info } from 'lucide-react'; import { WindowDragRegion } from './WindowDragRegion'; import { useToast } from '../contexts/ToastContext'; @@ -171,6 +171,15 @@ export default function LogsView() { + {/* Privacy Hint */} +
+ + + Privacy Note: + Telemetry securely captures basic hardware capabilities (OS, CPU, RAM) exclusively for troubleshooting. No unique identifiers or sensitive paths are collected. Logs remain entirely offline on your device until manually exported. + +
+ {/* Console */}
{logs.length === 0 && (