mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
fixed file sending from templates
This commit is contained in:
parent
2a8bf173b2
commit
38e8e51ec5
1 changed files with 1 additions and 1 deletions
|
@ -3019,7 +3019,7 @@ void HistoryWidget::onFieldTabbed() {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
_field.setPlainText(text);
|
_field.setPlainText(text);
|
||||||
uploadFile(fname, !text.isEmpty());
|
uploadFile(cWorkingDir() + fname, !text.isEmpty());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
_field.setPlainText(t);
|
_field.setPlainText(t);
|
||||||
|
|
Loading…
Add table
Reference in a new issue