fixed a bug when existing containers were overwritten in the GUI when clicking the "scan installed containers" button

This commit is contained in:
vladimir.kuznetsov 2023-03-16 16:46:29 +03:00
parent a5cf2d37d4
commit 433e6901c6

View file

@ -21,6 +21,7 @@ void ServerListLogic::onServerListPushbuttonDefaultClicked(int index)
void ServerListLogic::onServerListPushbuttonSettingsClicked(int index)
{
uiLogic()->m_selectedServerIndex = index;
uiLogic()->m_installCredentials = m_settings->serverCredentials(index);
uiLogic()->goToPage(Page::ServerSettings);
}