feat: notification on copy
This commit is contained in:
2
tui.go
2
tui.go
@@ -991,7 +991,7 @@ func (m App) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
return m, m.difflet.setState(diffletRecoverableError)
|
||||
}
|
||||
m.err = nil
|
||||
m.notice = "thread copied"
|
||||
m.notice = "thread copied to clipboard"
|
||||
return m, m.difflet.setState(diffletSuccess)
|
||||
case draftFlushMsg:
|
||||
if msg.err != nil {
|
||||
|
||||
Reference in New Issue
Block a user