v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-16 15:50:52 -07:00
This commit is contained in:
eeeXun 2022-10-23 14:30:07 +08:00
parent 97b43733d9
commit c2e10eda31

View File

@ -10,10 +10,10 @@ var (
translator = NewTranslator()
// UI
app = tview.NewApplication()
srcBox = tview.NewTextArea()
dstBox = tview.NewTextView()
srcDropDown = tview.NewDropDown()
dstDropDown = tview.NewDropDown()
srcBox = tview.NewTextArea()
dstBox = tview.NewTextView()
srcDropDown = tview.NewDropDown()
dstDropDown = tview.NewDropDown()
translateWindow = tview.NewFlex()
langWindow = tview.NewFlex()
mainPage = tview.NewPages()