mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 03:36:45 +02:00
don't show full path when sending files
This commit is contained in:
@ -373,7 +373,7 @@ static void chat_onFileControl(ToxWindow *self, Tox *m, int32_t num, uint8_t rec
|
||||
break;
|
||||
}
|
||||
|
||||
filename = file_senders[i].pathname;
|
||||
filename = file_senders[i].filename;
|
||||
}
|
||||
|
||||
switch (control_type) {
|
||||
|
Reference in New Issue
Block a user