Refactor: building binary with no extra

This commit is contained in:
Grail Finder
2026-01-03 09:59:33 +03:00
parent 6b875a2782
commit aeb2700d14
14 changed files with 142 additions and 213 deletions

3
tui.go
View File

@@ -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 {