update refused icon

This commit is contained in:
defnax 2025-04-01 17:38:12 +02:00
parent c385c13ef1
commit ea05dbcd66
3 changed files with 2 additions and 1 deletions

View file

@ -1933,7 +1933,7 @@ void ChatWidget::updateStatusString(const QString &statusMask, const QString &st
ui->typingLabel->setText(QString(statusMask).arg(trUtf8(statusString.toUtf8()))); // displays info for 5 secs.
if (statusString.contains("Connexion refused")){
ui->typingPixmapLabel->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":images/denied16.png") );
ui->typingPixmapLabel->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":images/denied-32.png") );
} else {
ui->typingPixmapLabel->setPixmap(FilesDefs::getPixmapFromQtResourcePath(":icons/png/typing.png") );
}

View file

@ -84,6 +84,7 @@
<file>images/closehover.png</file>
<file>images/closepressed.png</file>
<file>images/denied16.png</file>
<file>images/denied-32.png</file>
<file>images/filetype-association.png</file>
<file>images/foldermail.png</file>
<file>images/folderopen.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB