mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #716, UI component for simulator message (what messages to relay to simulator)
* component itself * integrate in tab panel * minor UI adjustmenets
This commit is contained in:
@@ -77,7 +77,7 @@ namespace BlackGui
|
||||
void CSettingsNetworkServersComponent::ps_alterTrafficServer()
|
||||
{
|
||||
CServer server(this->ui->form_Server->getServer());
|
||||
CStatusMessageList msgs = server.validate();
|
||||
CStatusMessageList msgs = server.validate();
|
||||
if (!msgs.isEmpty()) { msgs.addCategories(this); }
|
||||
|
||||
CServerList serverList(m_trafficNetworkServers.getThreadLocal());
|
||||
|
||||
Reference in New Issue
Block a user