0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
This commit is contained in:
Zack Scholl 2021-05-07 10:21:24 -07:00
parent 422f099e5e
commit e47776bb10

View file

@ -804,7 +804,7 @@ func (c *Client) processMessageFileInfo(m message.Message) (done bool, err error
}
}
// c.spinner.Stop()
action = "Accept"
action := "Accept"
if c.Options.SendingText {
action = "Display"
fname = "text message"