mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
fix
This commit is contained in:
parent
422f099e5e
commit
e47776bb10
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ func (c *Client) processMessageFileInfo(m message.Message) (done bool, err error
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// c.spinner.Stop()
|
// c.spinner.Stop()
|
||||||
action = "Accept"
|
action := "Accept"
|
||||||
if c.Options.SendingText {
|
if c.Options.SendingText {
|
||||||
action = "Display"
|
action = "Display"
|
||||||
fname = "text message"
|
fname = "text message"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue