diff --git a/GPClient/gpclient.cpp b/GPClient/gpclient.cpp index 6586829..1a3ca02 100644 --- a/GPClient/gpclient.cpp +++ b/GPClient/gpclient.cpp @@ -481,6 +481,7 @@ void GPClient::setCurrentGateway(const GPGateway gateway) LOGI << "Updating the current gateway to " << gateway.name(); settings::save(portal() + "_selectedGateway", gateway.name()); + ui->portalInput->setText(gateway.address()); populateGatewayMenu(); }