This commit is contained in:
2026-01-20 13:18:30 +03:00
parent 9b2fd4eff3
commit 238d501ac4
207 changed files with 30 additions and 88 deletions

View File

@@ -472,7 +472,7 @@ void ServerLMSWidget::updateStateOnlyServer()
else
{
ui->lblOnOffText->setText(tr("stoped"));
ui->lblOnOff->setPixmap(QPixmap(QStringLiteral(":/resources/icons/stop.png")));
ui->lblOnOff->setPixmap(QPixmap(QStringLiteral(":/resources/icons/stoped.png")));
}
emit signal_updateStateServer(server->getStateServer(), server->getStateBlockAutorization());