Add a group criteria to the deck list model and a combo box to the deck dock widget to change it.

This commit is contained in:
Lukas Brübach 2025-05-10 00:02:20 +02:00
parent 2dab9a7db2
commit 61f9b51b5c

View file

@ -415,7 +415,7 @@ void RemoteClient::websocketMessageReceived(const QByteArray &message)
ServerMessage newServerMessage;
newServerMessage.ParseFromArray(message.data(), message.length());
qCDebug(RemoteClientLog).noquote() << "IN" << getSafeDebugString(newServerMessage);
//qCDebug(RemoteClientLog).noquote() << "IN" << getSafeDebugString(newServerMessage);
processProtocolItem(newServerMessage);
}