From 0c90cf7544d6626be00b2a345c8d7ebfb521ab89 Mon Sep 17 00:00:00 2001 From: Marco Gittler Date: Thu, 1 Sep 2022 15:26:46 +0200 Subject: [PATCH] update portalInput --- GPClient/gpclient.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }