refactor: modularize text injection with a factory and dedicated backend implementations, including a new Wayland clipboard option.
This commit is contained in:
@@ -121,7 +121,7 @@ public class TranscriptionOrchestrator(
|
||||
}
|
||||
else
|
||||
{
|
||||
var fullText = await _textInjector.InjectStreamAsync(tokenStream, config.TypingBackend);
|
||||
var fullText = await _textInjector.InjectStreamAsync(tokenStream);
|
||||
stopWatch.Stop();
|
||||
_historyManager.SaveEntry(transcript, fullText, detectedSkill?.Name, stopWatch.ElapsedMilliseconds);
|
||||
_notifications.Notify("Toak", $"Done in {stopWatch.ElapsedMilliseconds}ms");
|
||||
|
||||
Reference in New Issue
Block a user