mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
display "unconfirmed" on new file transfer requests
This commit is contained in:
parent
108d2725e6
commit
c800672ff2
|
@ -46,7 +46,7 @@ FileTransferWidget::FileTransferWidget(QWidget *parent, ToxFile file)
|
|||
ui->filenameLabel->setText(file.fileName);
|
||||
ui->progressBar->setValue(0);
|
||||
ui->fileSizeLabel->setText(getHumanReadableSize(file.filesize));
|
||||
ui->progressLabel->setText("0kiB/s");
|
||||
ui->progressLabel->setText(tr("unconfirmed", "file transfer widget"));
|
||||
ui->etaLabel->setText("");
|
||||
|
||||
backgroundColorAnimation = new QVariantAnimation(this);
|
||||
|
|
Loading…
Reference in New Issue
Block a user