Added missed line

This commit is contained in:
defnax 2020-10-30 19:03:55 +01:00
parent 20c3064e78
commit 9072feca82

View File

@ -123,4 +123,4 @@ void GxsCreateCommentDialog::checkLength(){
} }
ui->postButton->setEnabled(charRemains>=0); ui->postButton->setEnabled(charRemains>=0);
ui->infoLabel->setText(text); ui->infoLabel->setText(text);
} }