summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-01-03 09:59:33 +0300
committerGrail Finder <wohilas@gmail.com>2026-01-03 09:59:33 +0300
commitaeb2700d14c23c175376e2a5749295cd9a5d72c7 (patch)
treee34a5860da644b2d4747e4091f23805a63ede180 /tui.go
parent6b875a2782e77afe6595b47d069a217fa2702eb1 (diff)
Refactor: building binary with no extra
Diffstat (limited to 'tui.go')
-rw-r--r--tui.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tui.go b/tui.go
index 1fc9ddd..f1029b7 100644
--- a/tui.go
+++ b/tui.go
@@ -2,7 +2,6 @@ package main
import (
"fmt"
- "gf-lt/extra"
"gf-lt/models"
"image"
_ "image/jpeg"
@@ -1147,7 +1146,7 @@ func init() {
// textArea.SetText("pressed ctrl+A", true)
if cfg.TTS_ENABLED {
// audioStream.TextChan <- chunk
- extra.TTSDoneChan <- true
+ TTSDoneChan <- true
}
}
if event.Key() == tcell.KeyCtrlW {