mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Reflect language and color scheme changes in global config in manager and all its VMs
This commit is contained in:
@@ -189,6 +189,10 @@ VMManagerServerSocket::jsonReceived(const QJsonObject &json)
|
||||
qDebug("Configuration change received from client");
|
||||
emit configurationChanged();
|
||||
break;
|
||||
case VMManagerProtocol::ClientMessage::GlobalConfigurationChanged:
|
||||
qDebug("Global configuration change received from client");
|
||||
emit globalConfigurationChanged();
|
||||
break;
|
||||
default:
|
||||
qDebug("Unknown client message type received:");
|
||||
qDebug() << json;
|
||||
|
||||
Reference in New Issue
Block a user