diff --git a/src/renderer/src/App.jsx b/src/renderer/src/App.jsx index 86b4c11..4fc3add 100644 --- a/src/renderer/src/App.jsx +++ b/src/renderer/src/App.jsx @@ -1,11 +1,11 @@ import React, { useState, useEffect } from 'react' -import { - LayoutDashboard, - Box, - ListMusic, - Settings, - X, - Minus, +import { + LayoutDashboard, + Box, + ListMusic, + Settings, + X, + Minus, Square, UploadCloud, ChevronDown, @@ -56,7 +56,7 @@ function App() { return } window.api.detectHardware().then(setHardware) - + window.api.onTranscriptionProgress((p) => { setProgress(p) }) @@ -105,7 +105,7 @@ function App() { if (!file) return setIsTranscribing(true) setProgress(0) - + try { const result = await window.api.startTranscription(file.path, config) if (result.success) { @@ -133,12 +133,12 @@ function App() { {/* Header */}
- Voicext Logo + Voicext Logo