Skip to content

Commit

Permalink
Refs #95. Fixed bad display on Weblogin when not showing servers
Browse files Browse the repository at this point in the history
  • Loading branch information
SBriere committed Oct 8, 2024
1 parent e090b5c commit 88c926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/dialogs/WebLoginDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void WebLoginDialog::showServers(bool show)
else
m_showServers = show;

ui->cmbServers->setVisible(m_showServers);
ui->frameServers->setVisible(m_showServers);
}

void WebLoginDialog::onCertificateError(const QWebEngineCertificateError &certificateError)
Expand Down

0 comments on commit 88c926d

Please sign in to comment.