mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
fixes as follow-up of meeting https://dev.vatsim-germany.org/boards/22/topics/1671
* asserts for relaySignals * relay "message" in connection status changed * bug in status message * bug in saving settings refs #198 refs #199 refs #207 refs #209
This commit is contained in:
@@ -133,6 +133,7 @@ namespace BlackMisc
|
||||
*/
|
||||
void CSettingsNetwork::initDefaultValues()
|
||||
{
|
||||
this->m_trafficNetworkServers.clear();
|
||||
CServer currentServer(CServer("Testserver", "Client project testserver", "vatsim-germany.org", 6809, CUser("guest", "Guest Client project", "", "guest")));
|
||||
this->setCurrentNetworkServer(currentServer);
|
||||
this->addTrafficNetworkServer(this->getCurrentTrafficNetworkServer());
|
||||
|
||||
@@ -124,6 +124,16 @@ namespace BlackMisc
|
||||
static QString t("settings");
|
||||
return t;
|
||||
}
|
||||
case TypeSimulator:
|
||||
{
|
||||
static QString t("simulator");
|
||||
return t;
|
||||
}
|
||||
case TypeStdoutRedirect:
|
||||
{
|
||||
static QString t("redirection");
|
||||
return t;
|
||||
}
|
||||
case TypeTrafficNetwork:
|
||||
{
|
||||
static QString t("traffic network");
|
||||
|
||||
Reference in New Issue
Block a user