feat: link busy state with lock icon

This commit is contained in:
semenov
2025-11-21 10:16:06 +03:00
parent bbef1f73b4
commit 73fd93a834
6 changed files with 32 additions and 11 deletions

View File

@@ -228,6 +228,7 @@ void SendSystem::sendPacketType(PacketType packetType)
message.append(reinterpret_cast<char*>(&type), sizeof(int));
socket->write(message);
}
}
void SendSystem::sendHello()