Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions internal/tui/core/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ type appRuntimeState struct {
transcriptContent string
transcriptScrollbarDrag bool
startupScreenLocked bool
startupIntroActive bool
startupIntroFrame int
startupLoopFrame int

textSelection struct {
active bool
Expand Down Expand Up @@ -344,7 +341,6 @@ func newApp(container tuibootstrap.Container) (App, error) {
cachedHeight: 40,
// 初始进入草稿态时锁定启动页,直到发送或切换 session 才退出。
startupScreenLocked: true,
startupIntroActive: false,
},
width: 128,
height: 40,
Expand Down
Loading
Loading