mirror of https://github.com/procxx/kepka.git
fixed file sending from templates
This commit is contained in:
parent
2a8bf173b2
commit
38e8e51ec5
|
@ -3019,7 +3019,7 @@ void HistoryWidget::onFieldTabbed() {
|
|||
}
|
||||
} else {
|
||||
_field.setPlainText(text);
|
||||
uploadFile(fname, !text.isEmpty());
|
||||
uploadFile(cWorkingDir() + fname, !text.isEmpty());
|
||||
}
|
||||
} else {
|
||||
_field.setPlainText(t);
|
||||
|
|
Loading…
Reference in New Issue